[PATCH] D13541: [ELF2] Add support for -Bsymbolic

Ed Maste via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 7 17:28:48 PDT 2015


emaste added inline comments.

================
Comment at: ELF/OutputSections.cpp:415
@@ +414,3 @@
+    // For back-compatibility with old dynamic linkers.
+    WriteVal(DT_SYMBOLIC, 0);
+
----------------
Are there relevant rtlds that require DT_SYMBOLIC?


Repository:
  rL LLVM

http://reviews.llvm.org/D13541





More information about the llvm-commits mailing list