xref: /llvm-project/llvm/test/Assembler/source-filename-backslash.ll (revision 67d440b949d6fefef53deec1e585435ffb33f4f8)
1; Make sure that llvm-as/llvm-dis properly assemble/disassemble the
2; source_filename.
3
4; RUN: llvm-as < %s | llvm-dis | FileCheck %s
5
6; CHECK: source_filename = "C:\\path\\with\\backslashes\\test.cc"
7source_filename = "C:\\path\\with\5Cbackslashes\\test.cc"
8