Comments.
authorMikhail Glushenkov <foldr@codedgers.com>
Thu, 14 Oct 2010 13:43:20 +0000 (13:43 +0000)
committerMikhail Glushenkov <foldr@codedgers.com>
Thu, 14 Oct 2010 13:43:20 +0000 (13:43 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@116476 91177308-0d34-0410-b5e6-96231b3b80d8

test/LLVMC/C/emit-llvm-opt.c
test/LLVMC/C/emit-llvm.c

index ab670e98e9d2901837da6aa896ca2a06dde43377..50710cf9dba2876ac39733128e278b1ef029066f 100644 (file)
@@ -1,3 +1,5 @@
+// Check that -emit-llvm [-S] works with -opt.
+
 // RUN: llvmc -c -opt -emit-llvm -o - %s | llvm-dis | grep "@f0()" | count 1
 // RUN: llvmc -c -opt -emit-llvm -S -o - %s | grep "@f0()" | count 1
 // RUN: llvmc --dry-run -c -opt -emit-llvm %s |& grep "^opt"
index 58ac17e15154cb032e120cf696b6987ba506358c..56a1e30b2e4268140af44003760e07193c2e4188 100644 (file)
@@ -1,3 +1,5 @@
+// Check that -emit-llvm [-S] works correctly.
+
 // RUN: llvmc -c -emit-llvm -o - %s | llvm-dis | grep "@f0()" | count 1
 // RUN: llvmc -c -emit-llvm -S -o - %s | grep "@f0()" | count 1
 // XFAIL: vg_leak