search for: cxx_supports_cxx11

Displaying 9 results from an estimated 9 matches for "cxx_supports_cxx11".

2017 Feb 27
2
Compiling LLVM with locally built clang | Errors
Hello, I issued the following command to point the build to use clang and clang++, from a local llvm build directory included in PATH, instead of /usr/bin/{cc,c++}, cmake -DCMAKE_C_COMPILER=clang -DCMAKE_CXX_COMPILER=clang++ ../llvm_src The configuration failed with the error stating the compiler didn't recognize '-std=c++11' flag, whereas clang compiled a dummy c++ file with
2016 Feb 25
2
Building with LLVM_PARALLEL_XXX_JOBS
...UPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG - Failed -- Performing Test CXX_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG -- Performing Test CXX_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG - Success -- Performing Test C_WCOMMENT_ALLOWS_LINE_WRAP -- Performing Test C_WCOMMENT_ALLOWS_LINE_WRAP - Failed -- Performing Test CXX_SUPPORTS_CXX11 -- Performing Test CXX_SUPPORTS_CXX11 - Success -- Performing Test C_SUPPORTS_FNO_FUNCTION_SECTIONS -- Performing Test C_SUPPORTS_FNO_FUNCTION_SECTIONS - Success -- Performing Test C_SUPPORTS_FFUNCTION_SECTIONS -- Performing Test C_SUPPORTS_FFUNCTION_SECTIONS - Success -- Performing Test CXX_SUPPOR...
2017 Mar 25
5
Modules Maintaining or Removing
Hallo all, I was trying to Build LLVM with the cmake option LLVM_ENABLE_MODULES just out of curiosity. I used the RELEASE_400/final tag. It didn't work as I almost expected. So I'm wondering if the modulemaps aren't maintained anymore? If they aren't maintained anymore, why aren't they removed and that cmake option also removed?
2018 May 14
1
Unable to build 'lld' on Mac OS 10.9
...PPORTS_WERROR_DATE_TIME - Failed -- Performing TestCXX_SUPPORTS_WERROR_DATE_TIME -- Performing TestCXX_SUPPORTS_WERROR_DATE_TIME - Failed -- Performing TestCXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW -- Performing TestCXX_SUPPORTS_WERROR_UNGUARDED_AVAILABILITY_NEW - Failed -- Performing TestCXX_SUPPORTS_CXX11 -- Performing TestCXX_SUPPORTS_CXX11 - Success -- Performing TestCXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG -- Performing TestCXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG - Success -- Performing TestC_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG -- Performing TestC_SUPPORTS_COVERED_SWITCH_DEFAULT_FL...
2016 Mar 03
3
Building with LLVM_PARALLEL_XXX_JOBS
I had only a quick view on the blog-texts. It might be that a CLANG generated with LTO/PGO speeds up the build. Can you confirm this? Can you confirm binutils-gold speed up the build? Has LLVM an own linker? Can be used? Speedup the build? Yesterday night I loooked through available CMAKE/LLVM variables... ### GOLD # CMAKE_LINKER:FILEPATH=/usr/bin/ld #
2016 Dec 19
1
How to create Debian packages for release 3.9.0
Hello, Le 12/12/2016 à 18:29, Hans Wennborg a écrit : > +Sylvestre who knows about these things. > > On Thu, Dec 8, 2016 at 2:24 AM, Kris van Rens via llvm-dev > <llvm-dev at lists.llvm.org> wrote: >> L.S., >> >> I'm currently in the process of creating Debian packages for >> clang/llvm release 3.9.0. For this I'm using the steps as explained on
2016 Mar 17
2
Building with LLVM_PARALLEL_XXX_JOBS
On Mon, Mar 14, 2016 at 5:30 PM, Chris Bieneman <cbieneman at apple.com> wrote: [ brutal-snip ] ... > [ TODO#S: Before doing a 2nd build (and in a 3rd run using more > optimized binaries) ] > > How do I anable LTO via CMAKE? > > > LLVM_ENALBLE_LTO=On > [ v4 of my build-script attached ] Hi Chris, thanks for the response! That seems to work (see below). $ cd
2017 Feb 11
2
Asan self host problems: Failed to deallocate
Trying to run a self host "ninja check-clang" with ASan enabled I hit a /lot/ of errors like this (strangely I hit none of these in check-llvm, only in check-clang): Any ideas? ==10525==ERROR: AddressSanitizer failed to deallocate 0x10800 (67584) bytes at address 0x631000014800 ==10525==AddressSanitizer CHECK failed:
2017 Feb 15
2
Asan self host problems: Failed to deallocate
...-ADVANCED:INTERNAL=1 //ADVANCED property for variable: CURSES_NCURSES_LIBRARY CURSES_NCURSES_LIBRARY-ADVANCED:INTERNAL=1 //Test CXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG CXX_SUPPORTS_COVERED_SWITCH_DEFAULT_FLAG:INTERNAL=1 //Test CXX_SUPPORTS_CUSTOM_LINKER CXX_SUPPORTS_CUSTOM_LINKER:INTERNAL=1 //Test CXX_SUPPORTS_CXX11 CXX_SUPPORTS_CXX11:INTERNAL=1 //Test CXX_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG CXX_SUPPORTS_DELETE_NON_VIRTUAL_DTOR_FLAG:INTERNAL=1 //Test CXX_SUPPORTS_FNO_OMIT_FRAME_POINTER CXX_SUPPORTS_FNO_OMIT_FRAME_POINTER:INTERNAL=1 //Test CXX_SUPPORTS_FPIC CXX_SUPPORTS_FPIC:INTERNAL=1 //Test CXX_SUPPORTS_FSA...