mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
27e18491ee
Once the auxiliary fields relating to the filename have been inspected, any following auxiliary fields need not be visited as they have been consumed (the following fields comprise the filepath as a single unit). Adjust the test to catch this even if ASAN is not enabled. llvm-svn: 206190
7 lines
187 B
Plaintext
7 lines
187 B
Plaintext
RUN: llvm-objdump -t %p/Inputs/file.obj.coff-arm | FileCheck %s
|
|
|
|
CHECK: .file
|
|
CHECK-NEXT: AUX /Users/compnerd/work/llvm/test/tools/llvm-readobj/Inputs/file.asm
|
|
CHECK-NEXT: [{{[ 0-9]+}}]
|
|
|