diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2016-07-23 20:41:05 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2016-07-23 20:41:05 +0000 |
| commit | 01095a5d43bbfde13731688ddcf6048ebb8b7721 (patch) | |
| tree | 4def12e759965de927d963ac65840d663ef9d1ea /test/Assembler/source-filename.ll | |
| parent | f0f4822ed4b66e3579e92a89f368f8fb860e218e (diff) | |
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" |
