================
@@ -534,6 +534,10 @@ void X86TargetInfo::getTargetDefines(const LangOptions
&Opts,
DefineStd(Builder, "i386", Opts);
}
+ if (getTriple().isLFI()) {
+ Builder.defineMacro("__LFI__");
----------------
MaskRay wrote:drop braces when you reland https://github.com/llvm/llvm-project/pull/189569 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
