repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
[InstCombine] Signed saturation patterns
[llvm-core.git]
/
test
/
Assembler
/
source-filename-backslash.ll
blob
c4b25c6053d840528640cfa738ee397c941ce6e0
1
; Make sure that llvm-as/llvm-dis properly assemble/disassemble the
2
; source_filename.
3
4
; RUN: llvm-as < %s | llvm-dis | FileCheck %s
5
6
; CHECK: source_filename = "C:\\path\\with\\backslashes\\test.cc"
7
source_filename = "C:\\path\\with\5Cbackslashes\\test.cc"