blob: 27b51986567c5161733e02571d3dedb93a678b24 [file] [log] [blame]
Teresa Johnson83c517c2016-03-30 18:15:08 +00001
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:\\path\\with\\backslashes\\test.cc"
8source_filename = "C:\\path\\with\\backslashes\\test.cc"