diff options
Diffstat (limited to 'test/CodeGen/Generic/hello.ll')
-rw-r--r-- | test/CodeGen/Generic/hello.ll | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/CodeGen/Generic/hello.ll b/test/CodeGen/Generic/hello.ll index 3acde34f0f..e68d588519 100644 --- a/test/CodeGen/Generic/hello.ll +++ b/test/CodeGen/Generic/hello.ll @@ -1,3 +1,5 @@ +; RUN: llvm-as < %s | llc + %.str_1 = internal constant [7 x sbyte] c"hello\0A\00" declare int %printf(sbyte*, ...) |