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 8ee35be commit a977d3bCopy full SHA for a977d3b
src/bootstrap/configure.py
@@ -121,9 +121,9 @@ def v(*args):
121
o("llvm-enzyme", "llvm.enzyme", "build LLVM with enzyme")
122
o("llvm-offload", "llvm.offload", "build LLVM with gpu offload support")
123
o(
124
- "llvm-offload-clang-dir",
125
- "llvm.offload-clang-dir",
126
- "pass the absolute directory of ClangConfig.cmake",
+ "llvm-offload-clang-dir",
+ "llvm.offload-clang-dir",
+ "pass the absolute directory of ClangConfig.cmake",
127
)
128
o("llvm-plugins", "llvm.plugins", "build LLVM with plugin interface")
129
o("debug-assertions", "rust.debug-assertions", "build with debugging assertions")
0 commit comments