When linking, make sure the project libraries are linked before the LLVM
libraries. This ensures that the project's libraries (which most likely depend on LLVM libraries) come first on the command line and can thus be resolved by the LLVM libraries that appear later. llvm-svn: 28316
Loading
Please register or sign in to comment