summaryrefslogtreecommitdiffstats
path: root/lib/clang/include
diff options
context:
space:
mode:
authordim <dim@FreeBSD.org>2013-12-24 14:26:31 +0000
committerdim <dim@FreeBSD.org>2013-12-24 14:26:31 +0000
commitfef52f4b6c83730f822bb3b7324fa1df0c7dcc38 (patch)
tree57b9d754aaaa204b289c1f43287c3706e21e832c /lib/clang/include
parent20e995f743034e96cbe02143d36c4e9e75acbc36 (diff)
downloadFreeBSD-src-fef52f4b6c83730f822bb3b7324fa1df0c7dcc38.zip
FreeBSD-src-fef52f4b6c83730f822bb3b7324fa1df0c7dcc38.tar.gz
MFC r259473:
Enable llvm's integrated assembler for PowerPC, since it should now be good enough for typical usage. Requested by: rdivacky
Diffstat (limited to 'lib/clang/include')
-rw-r--r--lib/clang/include/PPCGenAsmMatcher.inc2
-rw-r--r--lib/clang/include/llvm/Config/AsmParsers.def1
2 files changed, 3 insertions, 0 deletions
diff --git a/lib/clang/include/PPCGenAsmMatcher.inc b/lib/clang/include/PPCGenAsmMatcher.inc
new file mode 100644
index 0000000..0538126
--- /dev/null
+++ b/lib/clang/include/PPCGenAsmMatcher.inc
@@ -0,0 +1,2 @@
+/* $FreeBSD$ */
+#include "PPCGenAsmMatcher.inc.h"
diff --git a/lib/clang/include/llvm/Config/AsmParsers.def b/lib/clang/include/llvm/Config/AsmParsers.def
index 024462e..a2c0f78 100644
--- a/lib/clang/include/llvm/Config/AsmParsers.def
+++ b/lib/clang/include/llvm/Config/AsmParsers.def
@@ -2,6 +2,7 @@
LLVM_ASM_PARSER(ARM)
LLVM_ASM_PARSER(Mips)
+LLVM_ASM_PARSER(PowerPC)
LLVM_ASM_PARSER(X86)
#undef LLVM_ASM_PARSER
OpenPOWER on IntegriCloud