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 9643fd2 commit e69fe39Copy full SHA for e69fe39
.github/workflows/CI.yml
@@ -67,7 +67,7 @@ jobs:
67
68
lc tests/array_02.cpp --backend=llvm --extra-arg="-Isrc/runtime/include" --
69
70
- lc tests/array_03.cpp --backend=llvm --
+ lc tests/array_03.cpp --backend=llvm --extra-arg="-I$CONDA_PREFIX/include" --
71
72
# Test generating object files
73
lc examples/expr2.c --backend c --extra-arg="-Isrc/runtime/include" -o c_o -c --
0 commit comments