search for: jabbeymbp

Displaying 5 results from an estimated 5 matches for "jabbeymbp".

2012 Nov 26
1
[LLVMdev] [llvm-commits] Improved Covered Default Switch detection
...he CXX compiler identification is Clang 4.1.0 > > How did you end up in this situation? Something has gone very wrong > if the build system finds clang++ but not clang. > I don't think I've done anything terribly unique. 1) Install Xcode 2) Installing command-line tools jabbeymbp:llvmCommit jabbey$ ls -l /usr/bin/gcc /usr/bin/g++ /usr/bin/c++ /usr/bin/cc lrwxr-xr-x 1 root wheel 7 Nov 20 01:16 /usr/bin/c++ -> clang++ lrwxr-xr-x 1 root wheel 5 Nov 20 01:16 /usr/bin/cc -> clang lrwxr-xr-x 1 root wheel 12 Nov 20 01:17 /usr/bin/g++ -> llvm-g++-4.2 lrwxr-xr-x...
2012 Nov 26
2
[LLVMdev] Improve Covered Default Switch detection (keep try)
Here's a reduced version of the previous patch. Keeping it dead simple. jabbeymbp:build jabbey$ cmake .. -- Performing Test CXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG -- Performing Test CXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG - Success -- Performing Test C_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG -- Performing Test C_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG - Failed jabbeymbp:build jab...
2012 Nov 26
0
[LLVMdev] [llvm-commits] Improve Covered Default Switch detection (keep try)
...ter/other ideas about how to do this with CMake they can provide it in post commit review. Thanks for the fix, - David On Sun, Nov 25, 2012 at 5:16 PM, Joe Abbey <jabbey at arxan.com> wrote: > Here's a reduced version of the previous patch. > > Keeping it dead simple. > > jabbeymbp:build jabbey$ cmake .. > > -- Performing Test CXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG > -- Performing Test CXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG - Success > -- Performing Test C_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG > -- Performing Test C_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG - Fai...
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 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