[PATCH] D52290: [driver][mips] Adjust target triple accordingly to provided ABI name
Reid Kleckner via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Sep 26 11:08:56 PDT 2018
rnk added inline comments.
================
Comment at: lib/Driver/Driver.cpp:492
+ .Case("64", Target.get64BitArchVariant())
+ .Default(Target);
+
----------------
We should emit a diagnostic for invalid -mabi=values.
Repository:
rC Clang
https://reviews.llvm.org/D52290
More information about the cfe-commits
mailing list