Sign in
llvm
/
lld
/
release_38
/
.
/
test
/
old-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
)