blob: 11284fad1eae0e54b958d66563bd061c3f9d2e1a [file] [log] [blame]
Teresa Johnson2dec5fc2016-03-30 18:15:08 +00001
2; Make sure that llvm-as/llvm-dis properly assemble/disassemble the
3; source_filename.
4
5; RUN: llvm-as < %s | llvm-dis | FileCheck %s
6
7; CHECK: source_filename = "test.cc"
8source_filename = "test.cc"