Displaying 1 result from an estimated 1 matches for "2899d8e2".
2009 Aug 31
3
[LLVMdev] rdynamic on Mac
Hi all,
My example compiler is working fine on Linux, including the extern'd
functions (via -rdynamic flag on linker), but a friend on a MacOS
(Darwin) cannot find the extern'd function.
LLVM ERROR: Program used external function 'printVar' which could not
be resolved!
I've read some posts on the web indicating problems with the -rdynamic
option on Mac's GCC, but I'm