Skip to content

Commit 9314244

Browse files
authored
Auto merge of #34247 - petevine:patch-1, r=steveklabnik
Remove stray word Another `with` is redundant here.
2 parents 6b40b74 + 683f08f commit 9314244

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

configure

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ opt docs 1 "build standard library documentation"
594594
opt compiler-docs 0 "build compiler documentation"
595595
opt optimize-tests 1 "build tests with optimizations"
596596
opt debuginfo-tests 0 "build tests with debugger metadata"
597-
opt libcpp 1 "build with llvm with libc++ instead of libstdc++ when using clang"
597+
opt libcpp 1 "build llvm with libc++ instead of libstdc++ when using clang"
598598
opt llvm-assertions 0 "build LLVM with assertions"
599599
opt debug-assertions 0 "build with debugging assertions"
600600
opt fast-make 0 "use .gitmodules as timestamp for submodule deps"

0 commit comments

Comments
 (0)