aboutsummaryrefslogtreecommitdiffstats
path: root/test/Assembler/invalid-mdglobalvariable-missing-name.ll
diff options
context:
space:
mode:
authorStephen Hines <srhines@google.com>2015-04-01 22:08:43 +0000
committerAndroid Git Automerger <android-git-automerger@android.com>2015-04-01 22:08:43 +0000
commitaa840b12bb733c809e6e05a7f62ba2c24dbe766c (patch)
tree9348fc507292f7e8715d22d64ce5a32131b4f875 /test/Assembler/invalid-mdglobalvariable-missing-name.ll
parent037f5289474a7ef6c130fa4971973349a0b2ec63 (diff)
parent3fa16bd6062e23bcdb82ed4dd965674792e6b761 (diff)
downloadexternal_llvm-aa840b12bb733c809e6e05a7f62ba2c24dbe766c.zip
external_llvm-aa840b12bb733c809e6e05a7f62ba2c24dbe766c.tar.gz
external_llvm-aa840b12bb733c809e6e05a7f62ba2c24dbe766c.tar.bz2
am 3fa16bd6: Merge "Update aosp/master LLVM for rebase to r230699."
* commit '3fa16bd6062e23bcdb82ed4dd965674792e6b761': Update aosp/master LLVM for rebase to r230699.
Diffstat (limited to 'test/Assembler/invalid-mdglobalvariable-missing-name.ll')
-rw-r--r--test/Assembler/invalid-mdglobalvariable-missing-name.ll4
1 files changed, 4 insertions, 0 deletions
diff --git a/test/Assembler/invalid-mdglobalvariable-missing-name.ll b/test/Assembler/invalid-mdglobalvariable-missing-name.ll
new file mode 100644
index 0000000..bc0f724
--- /dev/null
+++ b/test/Assembler/invalid-mdglobalvariable-missing-name.ll
@@ -0,0 +1,4 @@
+; RUN: not llvm-as < %s -disable-output 2>&1 | FileCheck %s
+
+; CHECK: <stdin>:[[@LINE+1]]:42: error: missing required field 'name'
+!0 = !MDGlobalVariable(linkageName: "foo")