summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/2008-03-23-DarwinAsmComments.ll
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2009-03-31 18:20:47 +0000
committerDan Gohman <gohman@apple.com>2009-03-31 18:20:47 +0000
commit431efa19aa18c854a95ec14adf6d6c2c314b91c9 (patch)
tree3b6dffe8ef495c7b19b462d4c541f9a01f65770e /test/CodeGen/X86/2008-03-23-DarwinAsmComments.ll
parent28c531cdbb403c59f492d3361ec9e8581f2a7ab2 (diff)
downloadllvm-431efa19aa18c854a95ec14adf6d6c2c314b91c9.tar.gz
llvm-431efa19aa18c854a95ec14adf6d6c2c314b91c9.tar.bz2
llvm-431efa19aa18c854a95ec14adf6d6c2c314b91c9.tar.xz
Add an explicit -asm-verbose to these tests, to make it
possible to run the tests with -asm-verbose defaulting to false. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@68124 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/2008-03-23-DarwinAsmComments.ll')
-rw-r--r--test/CodeGen/X86/2008-03-23-DarwinAsmComments.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/2008-03-23-DarwinAsmComments.ll b/test/CodeGen/X86/2008-03-23-DarwinAsmComments.ll
index 3d5a86cd24..6cf731b0e9 100644
--- a/test/CodeGen/X86/2008-03-23-DarwinAsmComments.ll
+++ b/test/CodeGen/X86/2008-03-23-DarwinAsmComments.ll
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin | grep {#} | not grep -v {##}
+; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin -asm-verbose | grep {#} | not grep -v {##}
%struct.AGenericCall = type { %struct.AGenericManager*, %struct.ComponentParameters*, i32* }
%struct.AGenericManager = type <{ i8 }>