[www] r190189 - point Windows snapshot links to the r190173 installer

Hans Wennborg hans at chromium.org
Fri Sep 6 12:05:47 PDT 2013


On Fri, Sep 6, 2013 at 12:03 PM, Chandler Carruth <chandlerc at google.com> wrote:
> On Fri, Sep 6, 2013 at 11:57 AM, Hans Wennborg <hans at chromium.org> wrote:
>>
>> On Fri, Sep 6, 2013 at 11:41 AM, Chandler Carruth <chandlerc at google.com>
>> wrote:
>> >
>> > On Fri, Sep 6, 2013 at 11:35 AM, Hans Wennborg <hans at hanshq.net> wrote:
>> >>
>> >>
>> >>    <p>Currently, the package only includes
>> >>      <a href="http://clang.llvm.org">clang</a>,
>> >> -    <a
>> >> href="http://clang.llvm.org/docs/ClangFormat.html">clang-format</a>,
>> >> and the
>> >> +    <a
>> >> href="http://clang.llvm.org/docs/ClangFormat.html">clang-format</a>,
>> >> +    <a href="http://lld.llvm.org">lld</a>, and the
>> >>      <a
>> >>
>> >> href="https://code.google.com/p/address-sanitizer/wiki/AddressSanitizer">AddressSanitizer</a>
>> >>      runtime from <a
>> >> href="http://compiler-rt.llvm.org">compiler-rt</a>,
>> >> but
>> >>      eventually it should grow to encompass other Clang tools,
>> >> -    <a href="http://lld.llvm.org">lld</a>,
>> >>      <a href="http://lldb.llvm.org">lldb</a>, and possibly other LLVM
>> >> projects
>> >>      such as <a href="http://libcxx.llvm.org">libc++</a>.</p>
>> >
>> >
>> > Really, LLD is in there now? Does it work?
>>
>> Yes, it's there. I didn't test it beyond displaying its help message.
>> I thought we just wanted to include the bleeding edge? I can remove it
>> if you like.
>
>
> I just wondered if it we needed to have the "clang-only" and "lld-only"
> visual studio integration bits to allow people to test them independently.

There's no lld integration in the installer, MSVC still uses link.exe.
It's just that the installer includes the lld.exe binary. I don't know
if we're ready for lld integration yet.



More information about the llvm-commits mailing list