Displaying 2 results from an estimated 2 matches for "jasonlin".
Did you mean:
jasonkim
2012 Nov 28
0
[LLVMdev] [cfe-dev] [RFC] Removal of 'deplibs'?
On Nov 27, 2012, at 6:23 PM, Jason SH Lin <jasonlin.mtk at gmail.com> wrote:
> Dears,
>
> If you remove this keyword, will you keep the backward compatibility in LLVM 3.x?
>
> We use this keyword in our project for checking dependent libraries, and we rely on the promise that bitcode format will keep compatible in LLVM 3.x. In o...
2012 Nov 28
2
[LLVMdev] [cfe-dev] [RFC] Removal of 'deplibs'?
Dears,
If you remove this keyword, will you keep the backward compatibility in
LLVM 3.x?
We use this keyword in our project for checking dependent libraries, and we
rely on the promise that bitcode format will keep compatible in LLVM
3.x. In our project, we compile and save bitcodes for later use, but we
always try to keep our runtime upstream. Hence, we need
readers recognize previous version