Displaying 3 results from an estimated 3 matches for "de815e57".
2012 Nov 25
0
[LLVMdev] [llvm-commits] Improved Covered Default Switch detection
On Sun, Nov 25, 2012 at 3:19 PM, Joe Abbey <jabbey at arxan.com> wrote:
> If cmake happens to detect GCC for the C compiler and Clang for the C++
> compiler, then a manual override of either the C compiler or
> SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG is required. This has been happening
> on my Darwin build environments:
>
> -- The C compiler identification is GNU 4.2.1
>
2012 Nov 26
1
[LLVMdev] [llvm-commits] Improved Covered Default Switch detection
...-print-path
/Applications/Xcode.app/Contents/Developer
jabbeymbp:llvmCommit jabbey$ cmake --version
cmake version 2.8.8
Is this not as expected?
Joe
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121125/de815e57/attachment.html>
2012 Nov 25
6
[LLVMdev] Improved Covered Default Switch detection
If cmake happens to detect GCC for the C compiler and Clang for the C++ compiler, then a manual override of either the C compiler or SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG is required. This has been happening on my Darwin build environments:
-- The C compiler identification is GNU 4.2.1
-- The CXX compiler identification is Clang 4.1.0
Without the manual overrides, all C sources fail to compile