[LLVMbugs] [Bug 23513] msvc14 Compilation failed
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Thu Jun 18 08:16:19 PDT 2015
https://llvm.org/bugs/show_bug.cgi?id=23513
Dan Liew <dan at su-root.co.uk> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |REOPENED
CC| |dan at su-root.co.uk
Resolution|FIXED |---
--- Comment #9 from Dan Liew <dan at su-root.co.uk> ---
@Reid
I just took a look at r237743 because it was incorporated into a downstream
project that uses LLVM. Shouldn't we be using check_cxx_compiler_flag() rather
than check_c_compiler_flag()? I say this because the file causing problems is
C++ code not C code. Although a user typically uses the same compiler for both
C and C++ code a user can tell CMake to use different compilers for C and C++
code.
--
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/20150618/88246aef/attachment.html>
More information about the llvm-bugs
mailing list