]> granicus.if.org Git - clang/commit
[mips] Add macros _MIPS_ISA and __mips_isa_rev (same expansion as defined by GCC).
authorMatheus Almeida <matheus.almeida@imgtec.com>
Thu, 5 Jun 2014 14:59:18 +0000 (14:59 +0000)
committerMatheus Almeida <matheus.almeida@imgtec.com>
Thu, 5 Jun 2014 14:59:18 +0000 (14:59 +0000)
commit705e8b161676304b8f4dabdf819ae0909d10c69a
tree8caa3cb79d9c8e2c7d9c2d80e0c17d3ce1b2cf25
parent6c521451b8c46cc73c76fb27582461cf1fab2fb9
[mips] Add macros _MIPS_ISA and __mips_isa_rev (same expansion as defined by GCC).

Summary: The Linux Kernel is one example of a piece of software that relies on them.

Reviewers: atanasyan

Reviewed By: atanasyan

Differential Revision: http://reviews.llvm.org/D3756

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@210270 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/Targets.cpp
test/Preprocessor/init.c