[llvm-bugs] [Bug 23698] [win] compiler_rt doesn't link when building with clang-cl.exe

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Mar 30 11:50:54 PDT 2016


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

Reid Kleckner <rnk at google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |---

--- Comment #5 from Reid Kleckner <rnk at google.com> ---
There's more issues here. I just tried building asan with clang-cl and it went
poorly. By making unknown arguments in clang-cl into warnings instead of
errors, all of the check_cxx_compiler_flag checks in compiler-rt return true
for clang-cl. I filed https://cmake.org/Bug/view.php?id=16038 to get this fixed
in cmake, but we might need to do something to support common versions of
cmake.

-- 
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/20160330/d3221acb/attachment.html>


More information about the llvm-bugs mailing list