mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-22 18:54:02 +01:00
bc50c12eb6
r264884 introduced a helper to escape the backslashes in the source file path, but I since discovered an existing mechanism to escape strings. llvm-svn: 264936
9 lines
267 B
LLVM
9 lines
267 B
LLVM
|
|
; Make sure that llvm-as/llvm-dis properly assemble/disassemble the
|
|
; source_filename.
|
|
|
|
; RUN: llvm-as < %s | llvm-dis | FileCheck %s
|
|
|
|
; CHECK: source_filename = "C:\5Cpath\5Cwith\5Cbackslashes\5Ctest.cc"
|
|
source_filename = "C:\5Cpath\5Cwith\5Cbackslashes\5Ctest.cc"
|