[PATCH] D13244: [ELF2] - implemented --allow-shlib-undefined/--no-allow-shlib-undefined

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 1 08:35:33 PDT 2015


ruiu added inline comments.

================
Comment at: ELF/Options.td:65-69
@@ +64,6 @@
+
+def no_allow_shlib_undefined
+    : Flag<["--"], "no-allow-shlib-undefined">;
+
+def allow_shlib_undefined
+    : Flag<["--"], "allow-shlib-undefined">;
----------------
ruiu wrote:
> Write each of them in one line and move at the end of the file below "these flags are ignored ..." fold after rebasing.
Sorry, this was a stale comment. Please ignore this one.


http://reviews.llvm.org/D13244





More information about the llvm-commits mailing list