mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-23 11:49:50 +00:00
d47ed92bc6
r264884 introduced a helper to escape the backslashes in the source file path, but I since discovered an existing mechanism to escape strings. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@264936 91177308-0d34-0410-b5e6-96231b3b80d8
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"
|