[Lldb-commits] [PATCH] D20386: Correct makefile.rules to use arm/aarch64 target specific AR and OBJCOPY
Tamas Berghammer via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 1 05:38:33 PDT 2016
tberghammer added a comment.
Pavel is OOO this week but the change looks good.
One request: Can you move the following part out of the android specific part as well?
ifdef PIE
LDFLAGS += -pie
endif
It will make no difference at the moment but will make the code more generic and also it will get rid of some of the android specific hacks from this file.
https://reviews.llvm.org/D20386
More information about the lldb-commits
mailing list