summaryrefslogtreecommitdiffstats
path: root/llvm/test/Bitcode
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/test/Bitcode')
-rw-r--r--llvm/test/Bitcode/upgrade-global-ctors.ll3
-rw-r--r--llvm/test/Bitcode/upgrade-global-ctors.ll.bcbin0 -> 316 bytes
2 files changed, 3 insertions, 0 deletions
diff --git a/llvm/test/Bitcode/upgrade-global-ctors.ll b/llvm/test/Bitcode/upgrade-global-ctors.ll
new file mode 100644
index 00000000000..bd253a81620
--- /dev/null
+++ b/llvm/test/Bitcode/upgrade-global-ctors.ll
@@ -0,0 +1,3 @@
+; RUN: llvm-dis < %s.bc| FileCheck %s
+
+; CHECK: @llvm.global_ctors = appending global [0 x { i32, void ()*, i8* }] zeroinitializer
diff --git a/llvm/test/Bitcode/upgrade-global-ctors.ll.bc b/llvm/test/Bitcode/upgrade-global-ctors.ll.bc
new file mode 100644
index 00000000000..927fd91867e
--- /dev/null
+++ b/llvm/test/Bitcode/upgrade-global-ctors.ll.bc
Binary files differ
OpenPOWER on IntegriCloud