mirror of
https://github.com/RPCSX/llvm.git
synced 2025-02-11 23:38:05 +00:00
![Peter Collingbourne](/assets/img/avatar_default.png)
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289859 91177308-0d34-0410-b5e6-96231b3b80d8
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
|