[clang] [llvm] Enable running ClangReplInterpreterTests in an Emscripten environment (PR #150977)

via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 28 11:49:56 PDT 2025


================
@@ -37,6 +37,9 @@ TEST(IncrementalCompilerBuilder, SetCompilerArgs) {
 }
 
 TEST(IncrementalCompilerBuilder, SetTargetTriple) {
+#ifdef EMSCRIPTEN
----------------
mcbarton wrote:

Done

https://github.com/llvm/llvm-project/pull/150977


More information about the llvm-commits mailing list