File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -85,7 +85,7 @@ defm output_def: Eq<"output-def", "Output def file">;
85
85
defm section_alignment: Eq<"section-alignment", "Set section alignment">;
86
86
def shared: F<"shared">, HelpText<"Build a shared object">;
87
87
defm subs: Eq<"subsystem", "Specify subsystem">;
88
- def stack: S<" stack">;
88
+ defm stack: Eq<"stack", "Set size of the initial stack">;
89
89
def strip_all: F<"strip-all">,
90
90
HelpText<"Omit all symbol information from the output binary">;
91
91
def strip_debug: F<"strip-debug">,
Original file line number Diff line number Diff line change @@ -88,6 +88,7 @@ SUBSYSTEM_WINDOWS: -subsystem:windows,7.8
88
88
89
89
RUN: ld.lld -### foo.o -m i386pep -stack 4194304,8192 2>&1 | FileCheck -check-prefix=STACK %s
90
90
RUN: ld.lld -### foo.o -m i386pep --stack 4194304,8192 2>&1 | FileCheck -check-prefix=STACK %s
91
+ RUN: ld.lld -### foo.o -m i386pep --stack=4194304,8192 2>&1 | FileCheck -check-prefix=STACK %s
91
92
STACK: -stack:4194304,8192
92
93
93
94
RUN: ld.lld -### foo.o -m i386pep -verbose 2>&1 | FileCheck -check-prefix=VERBOSE %s
You can’t perform that action at this time.
0 commit comments