Lines Matching full:needed
1 ## In this test we check the --needed-libs option.
4 # RUN: llvm-readobj --needed-libs %t1 2>&1 \
5 …ileCheck %s -DFILE=%t1 --implicit-check-not=warning: --strict-whitespace --check-prefix=NEEDED-LIBS
6 # RUN: llvm-readelf --needed-libs %t1 2>&1 \
7 …ileCheck %s -DFILE=%t1 --implicit-check-not=warning: --strict-whitespace --check-prefix=NEEDED-LIBS
8 # RUN: llvm-readobj --elf-output-style=JSON --needed-libs --pretty-print %t1 2>&1 \
14 # NEEDED-LIBS:{{^}}NeededLibraries [{{$}}
15 # NEEDED-LIBS-NEXT: warning: '[[FILE]]': string table at offset 0x78: unable to read the string at…
16 # NEEDED-LIBS-NEXT: warning: '[[FILE]]': string table at offset 0x78: unable to read the string at…
17 # NEEDED-LIBS-NEXT:{{^}} <?>{{$}}
18 # NEEDED-LIBS-NEXT:{{^}} <?>{{$}}
19 # NEEDED-LIBS-NEXT:{{^}} aaa{{$}}
20 # NEEDED-LIBS-NEXT:{{^}} bbb{{$}}
21 # NEEDED-LIBS-NEXT:{{^}} ccc{{$}}
22 # NEEDED-LIBS-NEXT:{{^}}]{{$}}
72 # RUN: llvm-readobj --needed-libs %t2 2>&1 | \
74 # RUN: llvm-readelf --needed-libs %t2 2>&1 | \