[Lldb-commits] [PATCH] D20386: Correct makefile.rules to use arm/aarch64 target specific AR and OBJCOPY
Muhammad Omair Javaid via lldb-commits
lldb-commits at lists.llvm.org
Mon Aug 15 19:05:02 PDT 2016
omjavaid added a comment.
I like your suggestions and I dont think we have any other way but to use preset environment variable to detect what kind of TOOLCHAIN we want to use apart from some standard cases where we have the ability to detect through proposed hack logic.
I agree we should have the ability to override this hack as well just for the fact that it allows us to use various other versions of AR, OBJCOPY etc.
https://reviews.llvm.org/D20386
More information about the lldb-commits
mailing list