Revert "[X86] Support -mstack-protector-guard-symbol"
This reverts commit efbaad1c4a.
due to miss adding review info.
This commit is contained in:
@@ -900,9 +900,6 @@ void CodeGenModule::Release() {
|
||||
if (!getCodeGenOpts().StackProtectorGuardReg.empty())
|
||||
getModule().setStackProtectorGuardReg(
|
||||
getCodeGenOpts().StackProtectorGuardReg);
|
||||
if (!getCodeGenOpts().StackProtectorGuardSymbol.empty())
|
||||
getModule().setStackProtectorGuardSymbol(
|
||||
getCodeGenOpts().StackProtectorGuardSymbol);
|
||||
if (getCodeGenOpts().StackProtectorGuardOffset != INT_MAX)
|
||||
getModule().setStackProtectorGuardOffset(
|
||||
getCodeGenOpts().StackProtectorGuardOffset);
|
||||
|
||||
Reference in New Issue
Block a user