Skip to content

Commit fcfcebd

Browse files
committed
comment
1 parent 487050c commit fcfcebd

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

llvm/lib/ToolDrivers/llvm-lib/Options.td

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,8 @@ def nativedeffile : P<"defArm64Native", "def file to use to generate native ARM6
2828
def llvmlibthin : F<"llvmlibthin">,
2929
HelpText<"Make .lib point to .obj files instead of copying their contents">;
3030

31-
def llvmlibindex : F<"llvmlibindex">,
32-
HelpText<"Write an index to the output (default)">;
33-
def llvmlibindex_no : F<"llvmlibindex:no">,
34-
HelpText<"Do not write an index to the output">;
31+
defm llvmlibindex : B<"llvmlibindex", "Write an index to the output (default)",
32+
"Do not write an index to the output">;
3533

3634
def llvmlibempty : F<"llvmlibempty">,
3735
HelpText<"When given no contents, produce an empty .lib file">;

0 commit comments

Comments
 (0)