Lines Matching full:libs
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
12 # NEEDED-LIBS:{{^}}NeededLibraries [{{$}}
13 # NEEDED-LIBS-NEXT: warning: '[[FILE]]': string table at offset 0x78: unable to read the string at…
14 # NEEDED-LIBS-NEXT: warning: '[[FILE]]': string table at offset 0x78: unable to read the string at…
15 # NEEDED-LIBS-NEXT:{{^}} <?>{{$}}
16 # NEEDED-LIBS-NEXT:{{^}} <?>{{$}}
17 # NEEDED-LIBS-NEXT:{{^}} aaa{{$}}
18 # NEEDED-LIBS-NEXT:{{^}} bbb{{$}}
19 # NEEDED-LIBS-NEXT:{{^}} ccc{{$}}
20 # NEEDED-LIBS-NEXT:{{^}}]{{$}}
59 # RUN: llvm-readobj --needed-libs %t2 2>&1 | \
61 # RUN: llvm-readelf --needed-libs %t2 2>&1 | \