summaryrefslogtreecommitdiffstats
path: root/test/Feature/properties.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/Feature/properties.ll')
-rw-r--r--test/Feature/properties.ll7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/Feature/properties.ll b/test/Feature/properties.ll
new file mode 100644
index 0000000..c688d68
--- /dev/null
+++ b/test/Feature/properties.ll
@@ -0,0 +1,7 @@
+; RUN: llvm-as < %s | llvm-dis > %t1.ll
+; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
+; RUN: diff %t1.ll %t2.ll
+
+target datalayout = "e-p:32:32"
+target triple = "proc-vend-sys"
+deplibs = [ "m", "c" ]
OpenPOWER on IntegriCloud