mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
9cde5c0204
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
4 lines
98 B
Plaintext
4 lines
98 B
Plaintext
RUN: llvm-lib /out:%t %S/Inputs/resource.res
|
|
RUN: llvm-ar t %t | FileCheck %s
|
|
CHECK: resource.res
|