mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-27 05:30:49 +00:00
2dec5fc2c0
This restores commit 264869, with a fix for windows bots to properly escape '\' in the path when serializing out. Added test. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@264884 91177308-0d34-0410-b5e6-96231b3b80d8
9 lines
201 B
LLVM
9 lines
201 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 = "test.cc"
|
|
source_filename = "test.cc"
|