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 f7b6cd3 commit 744df5fCopy full SHA for 744df5f
.github/workflows/test.yml
@@ -54,7 +54,7 @@ jobs:
54
55
- name: "LLVM: Build"
56
if: steps.llvm-cache.outputs.cache-hit != 'true'
57
- run: cd llvm/build && ninja libIndexStore.dylib FileCheck
+ run: cd llvm/build && ninja IndexStore FileCheck
58
59
- name: "index-import: CMake"
60
run: mkdir build && cmake -B build -G Ninja -DClang_DIR=./llvm/build/lib/cmake/clang/ -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++
0 commit comments