search for: 7abaa960

Displaying 1 result from an estimated 1 matches for "7abaa960".

2015 Feb 10
2
[LLVMdev] llvm-link failing depending on order of files
I need to link several llvm object files (.bc) into a single such file (.ll or .bc). As I understand it, the tool for doing this is llvm-link. However, it seems to be failing in some cases depending on the order of files presented to it. The simplest test case involves a pair of files. blank.cpp contains nothing. main.cpp contains: #include <llvm/Support/raw_ostream.h> and may or may not