[PATCH] D10929: [ELF/AArch64] Set correct loader name in linking context
Rui Ueyama
ruiu at google.com
Fri Jul 3 09:25:28 PDT 2015
ruiu accepted this revision.
This revision is now accepted and ready to land.
LGTM
================
Comment at: lib/ReaderWriter/ELF/AArch64/AArch64LinkingContext.h:94
@@ +93,3 @@
+ /// \brief The path to the dynamic interpreter
+ virtual StringRef getDefaultInterpreter() const override {
+ return "/lib/ld-linux-aarch64.so.1";
----------------
Remove "virtual" -- "override" implies that.
http://reviews.llvm.org/D10929
More information about the llvm-commits
mailing list