diff options
Diffstat (limited to 'test/LTO/X86/current-section.ll')
-rw-r--r-- | test/LTO/X86/current-section.ll | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test/LTO/X86/current-section.ll b/test/LTO/X86/current-section.ll new file mode 100644 index 0000000..f79b378 --- /dev/null +++ b/test/LTO/X86/current-section.ll @@ -0,0 +1,4 @@ +; RUN: llvm-as < %s >%t1 +; RUN: llvm-lto -o %t2 %t1 + +module asm ".align 4" |