brintos

brintos / llvm-project-archived public Read only

0
0
Text · 259 B · c4b25c6 Raw
8 lines · plain
1; Make sure that llvm-as/llvm-dis properly assemble/disassemble the2; source_filename.3 4; RUN: llvm-as < %s | llvm-dis | FileCheck %s5 6; CHECK: source_filename = "C:\\path\\with\\backslashes\\test.cc"7source_filename = "C:\\path\\with\5Cbackslashes\\test.cc"8