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
6 lines
144 B
Plaintext
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
|