Displaying 3 results from an estimated 3 matches for "23ce8fd4".
2012 May 31
0
[LLVMdev] Using LLVM code in projects/compiler-rt
On 31 May 2012 05:02, Alexey Samsonov <samsonov at google.com> wrote:
> Hi,
>
> tl;dr How can I include LLVM headers and use code from libLLVM*.a files when
> building compiler-rt libraries?
LLVM and compiler-rt have different licenses (compiler-rt is dual
licensed with the MIT license). Would that be a problem?
>
> TIA
>
Cheers,
Rafael
2012 May 31
3
[LLVMdev] Using LLVM code in projects/compiler-rt
Hi,
tl;dr How can I include LLVM headers and use code from libLLVM*.a files
when building compiler-rt libraries?
I'd like to create a symbolizer that would be used in AddressSanitizer
(ASan) and ThreadSanitizer (TSan) tools which are now part of
projects/compiler-rt (as a first step, symbolizer should be able to return
file/line info for a given address).
I'd like to use and gradually
2012 May 31
2
[LLVMdev] Using LLVM code in projects/compiler-rt
...p of ASan folks)... I think my personal
preference would be for compiler-rt to be a separate top-level project from
a generic 'runtimes' project.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120531/23ce8fd4/attachment.html>