================
@@ -2626,6 +2626,14 @@ static void
CollectArgsForIntegratedAssembler(Compilation &C,
llvm::codegenoptions::DebugInfoConstructor,
DwarfVersion, llvm::DebuggerKind::Default);
}
+ } else if (Value == "--gsframe") {
+ if (Triple.isOSBinFormatELF() && Triple.isX86()) {
----------------
Sterling-Augustine wrote:
Aarch64 is incomplete in the backend, but on its way.
Cleaned up the comment and removed that clause on 5970.
https://github.com/llvm/llvm-project/pull/165806
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits