зеркало из https://github.com/microsoft/clang-1.git
Define __mips64 / __mips64__ macros for MIPS 64-bit targets.
The patch suggested by Brad Smith. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162858 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
1d8ae1d706
Коммит
600a513a0f
|
@ -3977,6 +3977,9 @@ public:
|
|||
MacroBuilder &Builder) const {
|
||||
MipsTargetInfoBase::getTargetDefines(Opts, Builder);
|
||||
|
||||
Builder.defineMacro("__mips64");
|
||||
Builder.defineMacro("__mips64__");
|
||||
|
||||
if (ABI == "n32") {
|
||||
Builder.defineMacro("__mips_n32");
|
||||
Builder.defineMacro("_ABIN32", "2");
|
||||
|
|
|
@ -791,6 +791,8 @@
|
|||
// MIPS64BE:#define __clang__ 1
|
||||
// MIPS64BE:#define __llvm__ 1
|
||||
// MIPS64BE:#define __mips 1
|
||||
// MIPS64BE:#define __mips64 1
|
||||
// MIPS64BE:#define __mips64__ 1
|
||||
// MIPS64BE:#define __mips__ 1
|
||||
// MIPS64BE:#define __mips_hard_float 1
|
||||
// MIPS64BE:#define __mips_n64 1
|
||||
|
@ -904,6 +906,8 @@
|
|||
// MIPS64EL:#define __clang__ 1
|
||||
// MIPS64EL:#define __llvm__ 1
|
||||
// MIPS64EL:#define __mips 1
|
||||
// MIPS64EL:#define __mips64 1
|
||||
// MIPS64EL:#define __mips64__ 1
|
||||
// MIPS64EL:#define __mips__ 1
|
||||
// MIPS64EL:#define __mips_hard_float 1
|
||||
// MIPS64EL:#define __mips_n64 1
|
||||
|
|
Загрузка…
Ссылка в новой задаче