Skip to content

Commit 0e9ecda

Browse files
authored
Debug
1 parent faec30c commit 0e9ecda

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ids-check.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
-S ${{ github.workspace }}/llvm-project/llvm/ \
4646
-D LLVM_ENABLE_PROJECTS=clang \
4747
-D LLVM_TARGETS_TO_BUILD="host" \
48+
-DCMAKE_EXPORT_COMPILE_COMMANDS=ON \
4849
-G Ninja
4950
cd ${{ github.workspace }}/llvm-project/build/
5051
ninja -t targets all | grep "CommonTableGen: phony$" | grep -v "/" | sed 's/:.*//'
@@ -70,4 +71,5 @@ jobs:
7071
7172
- name: Run ids over compilation database
7273
run: |
73-
${{ github.workspace }}/ids/build/bin/idt -p ${{ github.workspace }}/llvm-project/build/compile_commands.json --export-macro LLVM_ABI
74+
${{ github.workspace }}/ids/build/bin/idt -p ${{ github.workspace }}/llvm-project/build --export-macro LLVM_ABI || true
75+
${{ github.workspace }}/ids/build/bin/idt --help

0 commit comments

Comments
 (0)