diff options
| author | Simon Atanasyan <simon@atanasyan.com> | 2015-02-26 20:09:50 +0000 |
|---|---|---|
| committer | Simon Atanasyan <simon@atanasyan.com> | 2015-02-26 20:09:50 +0000 |
| commit | 82ae48eeb5e79ee9ecf1f6e7d8a433e45cfca4d0 (patch) | |
| tree | a153b7832ed50cbceb7d8cf1889bfbbd5040faf9 /lld/test/Driver/Inputs | |
| parent | 27967c843be0f1215c70fe0970793070e8cdeea3 (diff) | |
| download | bcm5719-llvm-82ae48eeb5e79ee9ecf1f6e7d8a433e45cfca4d0.tar.gz bcm5719-llvm-82ae48eeb5e79ee9ecf1f6e7d8a433e45cfca4d0.zip | |
[Driver] Use paths explicitly provided by the -L option before default paths
User should be able to override default search paths using the -L
option.
http://reviews.llvm.org/D7902
llvm-svn: 230679
Diffstat (limited to 'lld/test/Driver/Inputs')
| -rw-r--r-- | lld/test/Driver/Inputs/libtest.a | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lld/test/Driver/Inputs/libtest.a b/lld/test/Driver/Inputs/libtest.a new file mode 100644 index 00000000000..8b277f0dd5d --- /dev/null +++ b/lld/test/Driver/Inputs/libtest.a @@ -0,0 +1 @@ +!<arch> |

