summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/debug-info.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/debug-info.c')
-rw-r--r--test/CodeGen/debug-info.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/test/CodeGen/debug-info.c b/test/CodeGen/debug-info.c
index a84d0b2..876c6c2 100644
--- a/test/CodeGen/debug-info.c
+++ b/test/CodeGen/debug-info.c
@@ -1,4 +1,4 @@
-// RUN: %clang_cc1 -o %t -emit-llvm -g %s
+// RUN: %clang_cc1 -triple x86_64-unk-unk -o %t -emit-llvm -g %s
// RUN: FileCheck --input-file=%t %s
// PR3023
@@ -47,3 +47,10 @@ struct foo2 foo2;
typedef int barfoo;
barfoo foo() {
}
+
+// CHECK: __uint128_t
+__uint128_t foo128 ()
+{
+ __uint128_t int128 = 44;
+ return int128;
+}
OpenPOWER on IntegriCloud