File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -59,13 +59,13 @@ def v(*args):
59
59
o ("lld" , "rust.lld" , "build lld" )
60
60
o ("lldb" , "rust.lldb" , "build lldb" )
61
61
o ("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++" )
63
63
64
64
o ("cflags" , "llvm.cflags" , "build LLVM with these extra compiler flags" )
65
65
o ("cxxflags" , "llvm.cxxflags" , "build LLVM with these extra compiler flags" )
66
66
o ("ldflags" , "llvm.ldflags" , "build LLVM with these extra linker flags" )
67
67
68
- o ("llvm-libunwind" , "rust.llvm_libunwind " , "use LLVM libunwind" )
68
+ o ("llvm-libunwind" , "rust.llvm-libunwind " , "use LLVM libunwind" )
69
69
70
70
# Optimization and debugging options. These may be overridden by the release
71
71
# channel, etc.
You can’t perform that action at this time.
0 commit comments