================
@@ -149,6 +151,14 @@ void x86::getX86TargetFeatures(const Driver &D, const
llvm::Triple &Triple,
}
const llvm::Triple::ArchType ArchType = Triple.getArch();
+ bool HasEGPR = false;
+
+ if (ArchType == llvm::Triple::x86_64) {
----------------
zhouguangyuan0718 wrote:
Done, could you help review the comments again?
https://github.com/llvm/llvm-project/pull/180242
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits