anutosh491 wrote: Running this test after building `ClangReplInterpreterTests.js`
``` [ RUN ] InterpreterTest.EmscriptenExceptionHandling clang version 22.0.0git ([email protected]:anutosh491/llvm-project.git e5bbaa9c8fb6e06dbcbd39404039cc5d31df4410) Target: wasm32-unknown-emscripten Thread model: posix InstalledDir: "" -cc1 -triple wasm32-unknown-emscripten -emit-obj -disable-free -clear-ast-before-backend -disable-llvm-verifier -discard-value-names -main-file-name "<<< inputs >>>" -mrelocation-model static -mframe-pointer=none -ffp-contract=on -fno-rounding-math -mconstructor-aliases -target-cpu generic -debugger-tuning=gdb -fdebug-compilation-dir=/ -v -fcoverage-compilation-dir=/ -resource-dir lib/clang/22 -internal-isystem lib/clang/22/include -internal-isystem /include/wasm32-emscripten -internal-isystem /include -std=c++20 -fdeprecated-macro -ferror-limit 19 -fmessage-length=80 -fvisibility=default -fgnuc-version=4.2.1 -fno-implicit-modules -fskip-odr-check-in-gmf -fcxx-exceptions -fexceptions -fincremental-extensions -mllvm -enable-emscripten-cxx-exceptions -mllvm -enable-emscripten-sjlj -o "<<< inputs >>>.o" -x c++ "<<< inputs >>>" clang -cc1 version 22.0.0git based upon LLVM 22.0.0git default target wasm32-unknown-emscripten ignoring nonexistent directory "lib/clang/22/include" ignoring nonexistent directory "/include/wasm32-emscripten" ignoring nonexistent directory "/include" #include "..." search starts here: End of search list. [ OK ] InterpreterTest.EmscriptenExceptionHandling (336 ms) [----------] 1 test from InterpreterTest (336 ms total) [----------] Global test environment tear-down [==========] 1 test from 1 test suite ran. (348 ms total) [ PASSED ] 1 test. ``` https://github.com/llvm/llvm-project/pull/132670 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
