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 632f8d0 commit 10fe733Copy full SHA for 10fe733
.github/workflows/ci.yml
@@ -637,6 +637,7 @@ jobs:
637
-DCLANG_ENABLE_STATIC_ANALYZER=OFF \
638
-DCLANG_ENABLE_ARCMT=OFF \
639
-DCLANG_ENABLE_BOOTSTRAP=OFF \
640
+ -DCMAKE_CXX_FLAGS="-Dwait4=__syscall_wait4" \
641
../llvm
642
emmake make clang -j ${{ env.ncpus }}
643
emmake make cling -j ${{ env.ncpus }}
@@ -660,6 +661,7 @@ jobs:
660
661
662
663
664
665
666
667
emmake make clang-repl -j ${{ env.ncpus }}
0 commit comments