[PATCH] D62922: [WebAssembly] Implement "Reactor" mode
Bjorn Pettersson via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 4 07:04:18 PDT 2020
bjope added inline comments.
================
Comment at: clang/test/Driver/wasm-toolchain.c:116
+// CHECK-COMMAND: clang{{.*}}" "-cc1" {{.*}} "-o" "[[temp:[^"]*]]"
+// CHECK-COMMAND: wasm-ld{{.*}}" "crt1.o" "[[temp]]" "-lc" "{{.*[/\\]}}libclang_rt.builtins-wasm32.a" "-o" "a.out"
+
----------------
This isn't working for me on redhat 7 servers. I get
```
"wasm-ld" "-L/lib" "/lib/crt1.o" ...
```
No idea why I get the full patch to crt1.o. But it's not matching with the FileCheck pattern.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62922/new/
https://reviews.llvm.org/D62922
More information about the cfe-commits
mailing list