diff options
author | Peter Collingbourne <peter@pcc.me.uk> | 2016-12-15 19:37:46 +0000 |
---|---|---|
committer | Peter Collingbourne <peter@pcc.me.uk> | 2016-12-15 19:37:46 +0000 |
commit | e089554c8f6bffff5ff9df9e67b5217eafbeb8a6 (patch) | |
tree | 33042341a9b939cf900c3109b0ba5d2d4c7bfd7c /llvm/test/LibDriver/invalid.test | |
parent | 578113ffb7d95705e1a9cb825e23e894e5ac14d6 (diff) | |
download | bcm5719-llvm-e089554c8f6bffff5ff9df9e67b5217eafbeb8a6.tar.gz bcm5719-llvm-e089554c8f6bffff5ff9df9e67b5217eafbeb8a6.zip |
LibDriver: Allow resource files to be archive members.
It seems pointless to add a resource to an archive because it won't have
any symbols to link against (and link.exe doesn't have an equivalent of
--whole-archive), but lib.exe allows it for some reason.
llvm-svn: 289859
Diffstat (limited to 'llvm/test/LibDriver/invalid.test')
-rw-r--r-- | llvm/test/LibDriver/invalid.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/LibDriver/invalid.test b/llvm/test/LibDriver/invalid.test index 2a8b68cc60f..2978177a431 100644 --- a/llvm/test/LibDriver/invalid.test +++ b/llvm/test/LibDriver/invalid.test @@ -1,2 +1,2 @@ RUN: not llvm-lib %S/Inputs/cl-gl.obj 2>&1 | FileCheck %s -CHECK: not a COFF object or bitcode file +CHECK: not a COFF object, bitcode or resource file |