Displaying 1 result from an estimated 1 matches for "5c12db86".
2014 Jun 01
2
[LLVMdev] How to make sure the compatibility of LLVM IR
Hello all,
We have our own C++ language extension (based on Clang 3.2) and its special
backend (implemented in LLVM 3.2). Now we want to upgrade Clang to version
3.3 or 3.4, and the backend (llc) is still remained in LLVM 3.2. (aka.
compile our own C++ language extension to LLVM 3.3/3.4 IR, and use LLVM 3.2
llc to generate its special backend assembly). I already know that LLVM
assembly has