Merge "Revert "Turn off stack protector check for noreturn calls""
This commit is contained in:
@@ -111,9 +111,6 @@ var (
|
|||||||
|
|
||||||
// Turn off FMA which got enabled by default in clang-r445002 (http://b/218805949)
|
// Turn off FMA which got enabled by default in clang-r445002 (http://b/218805949)
|
||||||
"-ffp-contract=off",
|
"-ffp-contract=off",
|
||||||
|
|
||||||
// Turn off stack protector check for noreturn calls. (http://b/264965700)
|
|
||||||
"-mllvm -disable-check-noreturn-call",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
commonGlobalConlyflags = []string{}
|
commonGlobalConlyflags = []string{}
|
||||||
@@ -150,9 +147,6 @@ var (
|
|||||||
commonGlobalLldflags = []string{
|
commonGlobalLldflags = []string{
|
||||||
"-fuse-ld=lld",
|
"-fuse-ld=lld",
|
||||||
"-Wl,--icf=safe",
|
"-Wl,--icf=safe",
|
||||||
|
|
||||||
// Turn off stack protector check for noreturn calls. (http://b/264965700)
|
|
||||||
"-Wl,-mllvm,-disable-check-noreturn-call",
|
|
||||||
}
|
}
|
||||||
|
|
||||||
deviceGlobalCppflags = []string{
|
deviceGlobalCppflags = []string{
|
||||||
|
Reference in New Issue
Block a user