Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
268b51a188b718debaaa7f758200246f1039cfb9
/
.
/
lld
/
test
/
elf
/
linkerscript
/
Inputs
/
valid.ls
blob: 43593602d3fbf31cf822d9a73871632626a8731e [
file
] [
log
] [
blame
]
/* A simple valid linker script used for testing the -T/--script options.
*
* An unresolved symbol named '_entry_point' can be scanned for by the tests
* to determine that the linker script was processed.
*/
ENTRY
(
_entry_point
)