This creates the next subfolders in the test directory: "COFF", "ELF", "MachO", "wasm". I've also removed platform specific prefixes, like "coff-*". One unused binary was removed as well: `Inputs/relocs.obj.elf-mips` Differential revision: https://reviews.llvm.org/D71203
6 lines
155 B
Plaintext
6 lines
155 B
Plaintext
RUN: llvm-readobj --needed-libs %p/Inputs/needed-libs.obj.coff-am64 | FileCheck %s
|
|
|
|
CHECK: NeededLibraries [
|
|
CHECK-NEXT: KERNEL32.dll
|
|
CHECK-NEXT: ]
|