File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,13 +59,13 @@ def v(*args):
5959o ("lld" , "rust.lld" , "build lld" )
6060o ("lldb" , "rust.lldb" , "build lldb" )
6161o ("missing-tools" , "dist.missing-tools" , "allow failures when building tools" )
62- o ("use-libcxx" , "llvm.use_libcxx " , "build LLVM with libc++" )
62+ o ("use-libcxx" , "llvm.use-libcxx " , "build LLVM with libc++" )
6363
6464o ("cflags" , "llvm.cflags" , "build LLVM with these extra compiler flags" )
6565o ("cxxflags" , "llvm.cxxflags" , "build LLVM with these extra compiler flags" )
6666o ("ldflags" , "llvm.ldflags" , "build LLVM with these extra linker flags" )
6767
68- o ("llvm-libunwind" , "rust.llvm_libunwind " , "use LLVM libunwind" )
68+ o ("llvm-libunwind" , "rust.llvm-libunwind " , "use LLVM libunwind" )
6969
7070# Optimization and debugging options. These may be overridden by the release
7171# channel, etc.
You can’t perform that action at this time.
0 commit comments