[PATCH] D117181: [PowerPC] Use IEEE long double in proper toolchain
Jinsong Ji via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jan 20 17:23:03 PST 2022
jsji added inline comments.
================
Comment at: clang/lib/Driver/ToolChains/PPCLinux.cpp:76
+ if (SupportIEEEFloat128(getDriver(), getTriple(), DriverArgs) &&
+ !DriverArgs.hasArg(options::OPT_mabi_EQ))
+ CC1Args.push_back("-mabi=ieeelongdouble");
----------------
What if we have `-mabi=elfv2` in command line?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D117181/new/
https://reviews.llvm.org/D117181
More information about the cfe-commits
mailing list