This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
69be1bd352
llvm-project
/
lld
/
test
/
ELF
/
Inputs
/
whole-archive.s
3 lines
18 B
ArmAsm
Raw
Normal View
History
Unescape
Escape
Remove unnecessary trailing semicolons. Since this semicolon existed in an early test file, it has spread to many files. llvm-svn: 267659
2016-04-27 10:58:27 +08:00
.globl
_bar
[ELF2] Add --[no-]whole-archive command line switches Summary: If --whole-archive is used, all symbols from the following archives are added to the output. --no-whole-archive restores default behavior. These switches can be used multiple times. NB. We have to keep an ArchiveFile instance within SymbolTable even if --whole-archive mode is active since it can be a thin archive which contains just names of external files. In that case actual memory buffers for the archive members will be stored within the File member of ArchiveFile class. Reviewers: rafael, ruiu Subscribers: grimar, llvm-commits Projects: #lld Differential Revision: http://reviews.llvm.org/D13286 llvm-svn: 249045
2015-10-02 02:02:21 +08:00
_bar
: