[PATCH] D29024: [mips] Define macros related to -mabicalls in the preprocessor
Ed Maste via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 23 06:31:31 PST 2017
emaste added inline comments.
================
Comment at: lib/Basic/Targets.cpp:7653
+ else
+ Builder.defineMacro("__mips_abicalls");
+ }
----------------
If GCC always defines this one with abicalls (including on the BSDs) I think we should do the same.
Repository:
rL LLVM
https://reviews.llvm.org/D29024
More information about the llvm-commits
mailing list