Files
clang-p2996/lld/test/elf/librarynotfound.test
Shankar Easwaran a96f3a3da4 [lld][InputGraph] Change the Resolver to use inputGraph
Changes :-

a) Functionality in InputGraph to insert Input elements at any position
b) Functionality in the Resolver to use nextFile
c) Move the functionality of assigning file ordinals to InputGraph
d) Changes all inputs to MemoryBuffers
e) Remove LinkerInput, InputFiles, ReaderArchive

llvm-svn: 192081
2013-10-07 02:47:09 +00:00

6 lines
144 B
Plaintext

# Tests the functionality of library not found
RUN: not lld -flavor gnu -lfn 2> %t1
RUN: FileCheck %s < %t1
CHECK: Unable to find library -lfn