forked from OSchip/llvm-project
parent
60ff4dd9cd
commit
786ce3fbd6
|
@ -387,7 +387,7 @@ static bool isKnownZFlag(StringRef s) {
|
|||
s == "norelro" || s == "noseparate-code" || s == "notext" ||
|
||||
s == "now" || s == "origin" || s == "relro" || s == "retpolineplt" ||
|
||||
s == "rodynamic" || s == "text" || s == "undefs" || s == "wxneeded" ||
|
||||
s.startswith("common-page-size") || s.startswith("max-page-size=") ||
|
||||
s.startswith("common-page-size=") || s.startswith("max-page-size=") ||
|
||||
s.startswith("stack-size=");
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue