[lld] r175657 - [ELF][Writer] Add .interp section.

Sean Silva silvas at purdue.edu
Wed Feb 20 16:05:16 PST 2013


+  virtual StringRef getInterpreter() const {
+    return "/lib64/ld-linux-x86-64.so.2";
+  }
+

I don't think our FreeBSD friends are going to be too happy about
this. At least leave a FIXME.

-- Sean Silva



More information about the llvm-commits mailing list