Open dumblob opened 9 years ago
I can't compile this module using GCC under Linux with Clang 3.5.1 and LLVM 3.5.1 without adding project.AddLinkingFlag( "-lLLVMOption -lLLVMSupport" ) at the very end of all other project.AddLinkingFlag() method calls.
project.AddLinkingFlag( "-lLLVMOption -lLLVMSupport" )
project.AddLinkingFlag()
I can't compile this module using GCC under Linux with Clang 3.5.1 and LLVM 3.5.1 without adding
project.AddLinkingFlag( "-lLLVMOption -lLLVMSupport" )
at the very end of all otherproject.AddLinkingFlag()
method calls.