xref: /aosp_15_r20/external/llvm/test/Assembler/source-filename.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker
2*9880d681SAndroid Build Coastguard Worker; Make sure that llvm-as/llvm-dis properly assemble/disassemble the
3*9880d681SAndroid Build Coastguard Worker; source_filename.
4*9880d681SAndroid Build Coastguard Worker
5*9880d681SAndroid Build Coastguard Worker; RUN: llvm-as < %s | llvm-dis | FileCheck %s
6*9880d681SAndroid Build Coastguard Worker
7*9880d681SAndroid Build Coastguard Worker; CHECK: source_filename = "test.cc"
8*9880d681SAndroid Build Coastguard Workersource_filename = "test.cc"
9