summaryrefslogtreecommitdiff
path: root/tools/llvm-lib
diff options
context:
space:
mode:
authorjoerg <joerg@NetBSD.org>2014-01-05 16:38:05 +0000
committerjoerg <joerg@NetBSD.org>2014-01-05 16:38:05 +0000
commitf58649c49448f8a2685c910bb5c449435f1ceb5e (patch)
tree1207c2ff5e2ada3aa4582701b78f5775abd641d2 /tools/llvm-lib
parentce0f967459dd6996f5452ae3d64da698d5e6e345 (diff)
Update LLVM family to 3.5svn r198450. Interesting changes include:
- Improvements in the SPARC64 support - ARM backend can almost build a full NetBSD/EABI system with the integrated assembler - PowerPC grows disassembler support - LLD supports copy relocation, beginning of MIPS backend - New diagnostic for use of bool expression as size_t argument for strncmp and friends
Diffstat (limited to 'tools/llvm-lib')
-rw-r--r--tools/llvm-lib/libLLVMPowerPCDisassembler/Makefile3
-rw-r--r--tools/llvm-lib/libLLVMSparcAsmPrinter/Makefile3
-rw-r--r--tools/llvm-lib/liblldReaderWriterELFMips/Makefile3
3 files changed, 9 insertions, 0 deletions
diff --git a/tools/llvm-lib/libLLVMPowerPCDisassembler/Makefile b/tools/llvm-lib/libLLVMPowerPCDisassembler/Makefile
new file mode 100644
index 00000000000..984c61269ad
--- /dev/null
+++ b/tools/llvm-lib/libLLVMPowerPCDisassembler/Makefile
@@ -0,0 +1,3 @@
+# $NetBSD: Makefile,v 1.1 2014/01/05 16:38:07 joerg Exp $
+
+.include <bsd.init.mk>
diff --git a/tools/llvm-lib/libLLVMSparcAsmPrinter/Makefile b/tools/llvm-lib/libLLVMSparcAsmPrinter/Makefile
new file mode 100644
index 00000000000..984c61269ad
--- /dev/null
+++ b/tools/llvm-lib/libLLVMSparcAsmPrinter/Makefile
@@ -0,0 +1,3 @@
+# $NetBSD: Makefile,v 1.1 2014/01/05 16:38:07 joerg Exp $
+
+.include <bsd.init.mk>
diff --git a/tools/llvm-lib/liblldReaderWriterELFMips/Makefile b/tools/llvm-lib/liblldReaderWriterELFMips/Makefile
new file mode 100644
index 00000000000..82cc2443dd5
--- /dev/null
+++ b/tools/llvm-lib/liblldReaderWriterELFMips/Makefile
@@ -0,0 +1,3 @@
+# $NetBSD: Makefile,v 1.1 2014/01/05 16:38:08 joerg Exp $
+
+.include <bsd.init.mk>