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 2113650 commit cced327Copy full SHA for cced327
.github/workflows/deploy-pages.yml
@@ -123,6 +123,7 @@ jobs:
123
-DUSE_REPL=OFF \
124
-DCMAKE_PREFIX_PATH=$PREFIX \
125
-DCling_DIR=$LLVM_BUILD_DIR/tools/cling \
126
+ -DLLD_DIR=$LLVM_BUILD_DIR \
127
-DLLVM_DIR=$LLVM_BUILD_DIR/lib/cmake/llvm \
128
-DClang_DIR=$LLVM_BUILD_DIR/lib/cmake/clang \
129
-DBUILD_SHARED_LIBS=ON \
@@ -137,6 +138,7 @@ jobs:
137
138
-DUSE_REPL=ON \
139
140
141
142
143
144
-DCODE_COVERAGE=${{ env.CODE_COVERAGE }} \
0 commit comments