================
Comment at: include/clang/Basic/LangOptions.def:202
@@ -201,3 +201,3 @@
              "type symbol visibility")
-ENUM_LANGOPT(StackProtector, StackProtectorMode, 2, SSPOff,
+ENUM_LANGOPT(StackProtector, StackProtectorMode, 3, SSPOff,
              "stack protector mode")
----------------
ksvladimir wrote:
> Since SSPSafeStack no longer exists, this should be reverted as well.
Done

================
Comment at: lib/Driver/Tools.cpp:6283
@@ +6282,3 @@
+    CmdArgs.push_back("-u");
+    CmdArgs.push_back("___safestack_init");
+  }
----------------
ksvladimir wrote:
> Is this still required, even though we have AlwaysLink=true above?
No, removed.

http://reviews.llvm.org/D6095

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/



_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to