[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)
commitb84b37d60606fc7f147690a24e8706b6967359be
tree90389def9186a3850a0909ce9c139bd381b6b128
parent93d68595a9968b9e3fbb3c8e2415c058965f93c5
[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

llvm-svn: 210270
clang/lib/Basic/Targets.cpp
clang/test/Preprocessor/init.c