https://llvm.org/bugs/show_bug.cgi?id=23513
Dan Liew <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED CC| |[email protected] Resolution|FIXED |--- --- Comment #9 from Dan Liew <[email protected]> --- @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.
_______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
