Address PR274 - '[JIT] Programs cannot resolve the fstat function'
authorBrian Gaeke <gaeke@uiuc.edu>
Tue, 9 Mar 2004 05:22:10 +0000 (05:22 +0000)
committerBrian Gaeke <gaeke@uiuc.edu>
Tue, 9 Mar 2004 05:22:10 +0000 (05:22 +0000)
commit00f0a29e1c57d56e82b585007d1e518c35e25fc4
tree5fb504c8c25c9a9a8df6b019acf34315f571030c
parentcf47198a49a4d493a64e9f3c9aecbbbe6112f005
Address PR274 - '[JIT] Programs cannot resolve the fstat function'
by trying to get the compiler to generate an undefined reference for it
and related functions which live in libc_nonshared.a on Linux.

Linkers... sigh.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@12256 91177308-0d34-0410-b5e6-96231b3b80d8
lib/ExecutionEngine/JIT/Intercept.cpp