diff options
Diffstat (limited to 'test/Other/inline-asm-newline-terminator.ll')
-rw-r--r-- | test/Other/inline-asm-newline-terminator.ll | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/test/Other/inline-asm-newline-terminator.ll b/test/Other/inline-asm-newline-terminator.ll new file mode 100644 index 0000000000000..f6cc5c1fb4216 --- /dev/null +++ b/test/Other/inline-asm-newline-terminator.ll @@ -0,0 +1,7 @@ +; RUN: llc -filetype=obj -o - < %s +; XFAIL: vg_leak + +; ModuleID = 't.c' +target triple = "x86_64-apple-darwin10.0.0" + +module asm ".desc _f0, 0x10" |