mirror of
https://github.com/RPCSX/llvm.git
synced 2026-01-31 01:05:23 +01:00
Don't use test inputs from other directories.
The test/DebugInfo/dwarfdump-macho-universal.test test added in r243862 uses an input from another test's directory (test/tools/dsymutil/Inputs/fat-test.o) which breaks our test setup. Copying the required test input to the test's Input directory to fix the issue. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@243872 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
BIN
test/DebugInfo/Inputs/fat-test.o
Normal file
BIN
test/DebugInfo/Inputs/fat-test.o
Normal file
Binary file not shown.
@@ -1,5 +1,5 @@
|
||||
Reuse a test input from llvm-dsymutil, it's perfect for what we want to exercise
|
||||
RUN: llvm-dwarfdump %S/../tools/dsymutil/Inputs/fat-test.o -debug-dump=info | FileCheck %s
|
||||
RUN: llvm-dwarfdump %S/Inputs/fat-test.o -debug-dump=info | FileCheck %s
|
||||
|
||||
CHECK: fat-test.o (x86_64): file format Mach-O 64-bit x86-64
|
||||
CHECK: DW_TAG_variable
|
||||
|
||||
Reference in New Issue
Block a user