xref: /aosp_15_r20/external/llvm/test/Assembler/source-filename-backslash.ll (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1
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 = "C:\5Cpath\5Cwith\5Cbackslashes\5Ctest.cc"
8source_filename = "C:\5Cpath\5Cwith\5Cbackslashes\5Ctest.cc"
9