Home | History | Annotate | Download | only in Assembler
      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"
      8 source_filename = "C:\5Cpath\5Cwith\5Cbackslashes\5Ctest.cc"
      9