[Clang] replace 'bitfield' with 'bit-field' for consistency (#117881)
[llvm-project.git] / llvm / test / Assembler / source-filename-backslash.ll
blobc4b25c6053d840528640cfa738ee397c941ce6e0
1 ; Make sure that llvm-as/llvm-dis properly assemble/disassemble the
2 ; source_filename.
4 ; RUN: llvm-as < %s | llvm-dis | FileCheck %s
6 ; CHECK: source_filename = "C:\\path\\with\\backslashes\\test.cc"
7 source_filename = "C:\\path\\with\5Cbackslashes\\test.cc"