[PATCH] D15192: [safestack] Turn the OS X SafeStack runtime into a dynamic library

Alexey Samsonov via llvm-commits llvm-commits at lists.llvm.org
Thu Dec 3 10:48:18 PST 2015


samsonov added inline comments.

================
Comment at: tools/clang/lib/Driver/Tools.cpp:6963
@@ -6962,3 @@
-  // These libraries should be linked first, to make sure the
-  // __safestack_init constructor executes before everything else
-  if (getToolChain().getSanitizerArgs().needsSafeStackRt()) {
----------------
How do you address this now?


http://reviews.llvm.org/D15192





More information about the llvm-commits mailing list