mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-24 19:52:54 +01:00
[dsymutil] Fix FileCheck command.
Damn case-insensitive filesystem... llvm-svn: 259319
This commit is contained in:
parent
f067530e7a
commit
fa5f95611b
@ -1,4 +1,4 @@
|
||||
RUN: llvm-dsymutil -oso-prepend-path %p/.. %p/../Inputs/common.macho.x86_64 -f -o - | llvm-dwarfdump -debug-dump=info - | Filecheck %s
|
||||
RUN: llvm-dsymutil -oso-prepend-path %p/.. %p/../Inputs/common.macho.x86_64 -f -o - | llvm-dwarfdump -debug-dump=info - | FileCheck %s
|
||||
|
||||
The test was compiled from a single source:
|
||||
$ cat common.c
|
||||
|
Loading…
Reference in New Issue
Block a user