We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0779fc commit 2b86d56Copy full SHA for 2b86d56
.github/workflows/emscripten.yml
@@ -303,7 +303,7 @@ jobs:
303
-DLLVM_BUILD_TOOLS=OFF `
304
-DLLVM_ENABLE_LIBPFM=OFF `
305
-DCLANG_BUILD_TOOLS=OFF `
306
- -DLLVM_NATIVE_TOOL_DIR=$env:NATIVE_DIR `
+ -DLLVM_NATIVE_TOOL_DIR="$env:NATIVE_DIR" `
307
..\llvm
308
emmake make clang cling lld gtest_main
309
}
@@ -345,7 +345,7 @@ jobs:
345
346
347
-G Ninja `
348
349
350
emmake ninja libclang clangInterpreter clangStaticAnalyzerCore lldWasm
351
0 commit comments