Initial commit with LLVM 3.4.1, cfe 3.4.1 and compiler-rt 3.4

This commit is contained in:
Jeremy Rand
2014-07-04 22:48:00 -04:00
commit 292c2829ab
12376 changed files with 2317612 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
; RUN: not llvm-dis < %s.bc 2>&1 | FileCheck %s
; CHECK: llvm-dis{{(\.EXE|\.exe)?}}: Invalid value
; invalid.ll.bc has an invalid attribute number.
; The test checks that LLVM reports the error and doesn't access freed memory
; in doing so.