1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-20 19:42:54 +02:00

[dsymutil] Fix FileCheck command.

Damn case-insensitive filesystem...

llvm-svn: 259319
This commit is contained in:
Frederic Riss 2016-01-31 04:39:16 +00:00
parent f067530e7a
commit fa5f95611b

View File

@ -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