Files
clang-p2996/lld/test/elf/X86_64/Inputs/debug0.c
Shankar Easwaran a17e5bc02a [lld][ELF] Support non alloc sections in the Writer.
This also makes it support debugging executables built with lld.

Initial patch done by Bigcheese. This is only a revised patch to
have the functionality in the Writer.

llvm-svn: 191032
2013-09-19 20:07:01 +00:00

6 lines
45 B
C

int adena();
int main() {
return adena();
}