mirror of
https://github.com/rui314/mold.git
synced 2024-12-26 18:02:30 +03:00
temporary
This commit is contained in:
parent
38a42983f4
commit
284a2c32a0
2
Makefile
2
Makefile
@ -17,7 +17,7 @@ mold: $(OBJS)
|
||||
|
||||
$(OBJS): mold.h Makefile
|
||||
|
||||
main.cc: options.inc
|
||||
main.o: options.inc
|
||||
|
||||
options.inc: options.td
|
||||
$(LLVM_TBLGEN) -I=llvm-project/llvm/include --gen-opt-parser-defs -o $@ $^
|
||||
|
@ -17,3 +17,5 @@ def print_map: F<"print-map">,
|
||||
defm thread_count: Eq<"thread-count", "Number of threads to use">;
|
||||
|
||||
def stat: F<"stat">;
|
||||
|
||||
def static: F<"static">, HelpText<"Do not link against shared libraries">;
|
||||
|
Loading…
Reference in New Issue
Block a user