diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2015-12-30 11:46:15 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2015-12-30 11:46:15 +0000 |
| commit | dd58ef019b700900793a1eb48b52123db01b654e (patch) | |
| tree | fcfbb4df56a744f4ddc6122c50521dd3f1c5e196 /test/Bitcode/identification.ll | |
| parent | 2fe5752e3a7c345cdb59e869278d36af33c13fa4 (diff) | |
Notes
Diffstat (limited to 'test/Bitcode/identification.ll')
| -rw-r--r-- | test/Bitcode/identification.ll | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/Bitcode/identification.ll b/test/Bitcode/identification.ll new file mode 100644 index 0000000000000..2f09d5a43281b --- /dev/null +++ b/test/Bitcode/identification.ll @@ -0,0 +1,6 @@ +; Check that a block "IDENTIFICATION_BLOCK_ID" is emitted. +;RUN: llvm-as < %s | llvm-bcanalyzer -dump | FileCheck %s +;CHECK: <IDENTIFICATION_BLOCK_ID +;CHECK-NEXT: <STRING +;CHECK-NEXT: <EPOCH +;CHECK-NEXT: </IDENTIFICATION_BLOCK_ID |
