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 2927b09 commit 5e485c0Copy full SHA for 5e485c0
.github/workflows/cmake-linux-x86.yml
@@ -40,8 +40,8 @@ jobs:
40
git config --add remote.origin.fetch '^refs/heads/users/*'
41
git config --add remote.origin.fetch '^refs/heads/revert-*'
42
git clone --depth 1 https://github.com/llvm/llvm-project.git
43
- git fetch origin 7615503409f19ad7e2e2f946437919d0689d4b3e
44
cd llvm-project
+ git fetch origin 7615503409f19ad7e2e2f946437919d0689d4b3e
45
cmake -S llvm -B build -G Ninja- DLLVM_TARGETS_TO_BUILD="X86" -DCMAKE_BUILD_TYPE=MinSizeRel
46
cmake --build build
47
cmake --install build
0 commit comments