diff options
Diffstat (limited to 'test/Assembler/source-filename.ll')
| -rw-r--r-- | test/Assembler/source-filename.ll | 8 | 
1 files changed, 8 insertions, 0 deletions
| diff --git a/test/Assembler/source-filename.ll b/test/Assembler/source-filename.ll new file mode 100644 index 0000000000000..11284fad1eae0 --- /dev/null +++ b/test/Assembler/source-filename.ll @@ -0,0 +1,8 @@ + +; Make sure that llvm-as/llvm-dis properly assemble/disassemble the +; source_filename. + +; RUN: llvm-as < %s | llvm-dis | FileCheck %s + +; CHECK: source_filename = "test.cc" +source_filename = "test.cc" | 
