Skip to content

Commit a977d3b

Browse files
committed
cleanup
1 parent 8ee35be commit a977d3b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/bootstrap/configure.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,9 +121,9 @@ def v(*args):
121121
o("llvm-enzyme", "llvm.enzyme", "build LLVM with enzyme")
122122
o("llvm-offload", "llvm.offload", "build LLVM with gpu offload support")
123123
o(
124-
"llvm-offload-clang-dir",
125-
"llvm.offload-clang-dir",
126-
"pass the absolute directory of ClangConfig.cmake",
124+
"llvm-offload-clang-dir",
125+
"llvm.offload-clang-dir",
126+
"pass the absolute directory of ClangConfig.cmake",
127127
)
128128
o("llvm-plugins", "llvm.plugins", "build LLVM with plugin interface")
129129
o("debug-assertions", "rust.debug-assertions", "build with debugging assertions")

0 commit comments

Comments
 (0)