search for: cmake_sizeof_void_p

Displaying 2 results from an estimated 2 matches for "cmake_sizeof_void_p".

2016 Jun 19
2
Linker failures in debug build - compiler/linker poll?
...link failures in debug builds at least with gcc 5.3.1 and + # both GNU ld 2.26 or gold 1.11. + if (NOT uppercase_CMAKE_BUILD_TYPE STREQUAL "DEBUG") + append_if(SUPPORTS_FVISIBILITY_INLINES_HIDDEN_FLAG "-fvisibility-inlines-hidden" CMAKE_CXX_FLAGS) + endif() endif() if( CMAKE_SIZEOF_VOID_P EQUAL 8 AND NOT WIN32 ) ... but before I just wildly commit something, I'd say this does seem more like a compiler bug to me and so I'd like to poll people about which compilers they're using to see where this appears. FWIW, gcc 5.3.1 / ld 2.26 / gold 1.11 is what you get in Ubuntu 16...
2015 Dec 09
2
Include all the things
On Wed, Dec 9, 2015 at 7:58 AM David Blaikie <dblaikie at gmail.com> wrote: > On Wed, Dec 9, 2015 at 7:11 AM, Russell Wallace via llvm-dev < > llvm-dev at lists.llvm.org> wrote: > >> Rather than including llvm header files piecemeal on an ongoing basis, >> I'm looking for a way to include all such header files once and for all. >> > > That's