mirror of
https://github.com/RPCS3/llvm.git
synced 2024-12-16 16:37:42 +00:00
[dsymutil] Fix FileCheck command.
Damn case-insensitive filesystem... git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@259319 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
99a07120d4
commit
79c213f615
@ -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