Displaying 1 result from an estimated 1 matches for "loaded_modules".
2010 Oct 21
2
[LLVMdev] statically linked passes
Hi,
I am trying to create a pass that should get statically linked into
opt (since I'm on both mac and native win32 and win32 does not support
LOADED_MODULEs, at least I get errors while trying to create one).
So I have it working with CMake on windows but when I try to run the
same code base on mac I get unresolved externals. Here is what I have
done so far in the build system:
Within lib/Transforms/MyPass I have:
Makefile:
LEVEL = ../../..
LIBRARYN...