Files
clang-p2996/lld/test/elf/Inputs/ifunc.cpp
Michael J. Spencer 289dcedea5 [ELF] Add support for IFUNC.
This sadly doesn't have a test for the final
output because llvm-objdump can't dump relocations
that don't belong to a section :(

llvm-svn: 173808
2013-01-29 16:38:03 +00:00

4 lines
52 B
C++

extern "C" int hey();
int main() { return hey(); }