1
1
mirror of https://github.com/rui314/mold.git synced 2024-12-26 18:02:30 +03:00

temporary

This commit is contained in:
Rui Ueyama 2020-11-03 21:19:05 +09:00
parent 38a42983f4
commit 284a2c32a0
2 changed files with 3 additions and 1 deletions

View File

@ -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 $@ $^

View File

@ -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">;