File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -17,10 +17,10 @@ binaryen_add_executable(wasm-dis wasm-dis.cpp)
1717binaryen_add_executable (wasm-ctor-eval wasm-ctor-eval.cpp )
1818if (NOT BUILD_EMSCRIPTEN_TOOLS_ONLY)
1919 binaryen_add_executable (wasm-shell wasm-shell.cpp )
20- binaryen_add_executable (wasm-reduce wasm-reduce.cpp )
2120 binaryen_add_executable (wasm-merge wasm-merge.cpp )
2221 binaryen_add_executable (wasm-fuzz-types "${fuzzing_SOURCES} ;wasm-fuzz-types.cpp" )
2322 binaryen_add_executable (wasm-fuzz-lattices "${fuzzing_SOURCES} ;wasm-fuzz-lattices.cpp" )
23+ add_subdirectory (wasm-reduce )
2424endif ()
2525
2626add_subdirectory (wasm-split )
Original file line number Diff line number Diff line change 1+ FILE (GLOB wasm_reduce_HEADERS *h )
2+ set (wasm_reduce_SOURCES
3+ wasm-reduce.cpp
4+ ${wasm_reduce_HEADERS}
5+ )
6+ binaryen_add_executable (wasm-reduce "${wasm_reduce_SOURCES} " )
Original file line number Diff line number Diff line change 3939#include " support/hash.h"
4040#include " support/path.h"
4141#include " support/timing.h"
42- #include " tool-options.h"
42+ #include " tools/ tool-options.h"
4343#include " wasm-builder.h"
4444#include " wasm-io.h"
4545#include " wasm-validator.h"
You can’t perform that action at this time.
0 commit comments