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 5e485c0 commit 18bf073Copy full SHA for 18bf073
.github/workflows/cmake-linux-x86.yml
@@ -42,7 +42,7 @@ jobs:
42
git clone --depth 1 https://github.com/llvm/llvm-project.git
43
cd llvm-project
44
git fetch origin 7615503409f19ad7e2e2f946437919d0689d4b3e
45
- cmake -S llvm -B build -G Ninja- DLLVM_TARGETS_TO_BUILD="X86" -DCMAKE_BUILD_TYPE=MinSizeRel
+ cmake -S llvm -B build -G Ninja -DLLVM_TARGETS_TO_BUILD="X86" -DCMAKE_BUILD_TYPE=MinSizeRel
46
cmake --build build
47
cmake --install build
48
0 commit comments