[llvm-bugs] [Bug 35343] [ASan/Win] lld-link doesn't link ASAN binaries

via llvm-bugs llvm-bugs at lists.llvm.org
Tue Jun 12 11:36:23 PDT 2018


https://bugs.llvm.org/show_bug.cgi?id=35343

Reid Kleckner <rnk at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |DUPLICATE
             Status|NEW                         |RESOLVED

--- Comment #5 from Reid Kleckner <rnk at google.com> ---
I think this comment describes the LLD wholearchive bug
(https://llvm.org/pr37592):
> I actually figured out the right way: Seemingly binaries need asan-x86_64 and asan_cxx-x86_64 (and they need to be specified a second time with -wholearchive:, which I could only do with MSVC's linker and not LLD, it seems),

We can close this in favor of that.

Other than that, ASan works with LLD. Peter Hosek is working on the alternative
multi-arch runtime library layout, and when we have that, this should address
the other usability concern.

*** This bug has been marked as a duplicate of bug 37592 ***

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20180612/3fff4787/attachment-0001.html>


More information about the llvm-bugs mailing list