https://llvm.org/bugs/show_bug.cgi?id=23698
Reid Kleckner <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|FIXED |--- --- Comment #5 from Reid Kleckner <[email protected]> --- 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.
_______________________________________________ llvm-bugs mailing list [email protected] http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
