search for: cxx_supports_no_macro_redefined

Displaying 4 results from an estimated 4 matches for "cxx_supports_no_macro_redefined".

2018 Mar 17
0
Building issue at configure step on ARM host (AddLLVM.cmake)
...-DLLVM_LINK_LLVM_DYLIB=ON -DLLVM_ENABLE_RTTI=ON -DLLVM_ENABLE_FFI=ON -DLLVM_ENABLE_ASSERTIONS=True -DCOMPILER_RT_DEFAULT_TARGET_ONLY=ON -DCOMPILER_RT_BUILD_BUILTINS=ON -DCOMPILER_RT_BUILD_SANITIZERS=OFF -DCOMPILER_RT_BUILD_XRAY=OFF And I got the following error : -- Performing Test CXX_SUPPORTS_NO_MACRO_REDEFINED - Success -- Symbols (liblldb): exporting all symbols from the lldb namespace -- Configuring done CMake Error at cmake/modules/AddLLVM.cmake:1198 (add_dependencies): The dependency target "profile" of target "check-all" does not exist. Call Stack (most recent call first): CMak...
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
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
...est CXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG CXX_SUPPORTS_MISSING_FIELD_INITIALIZERS_FLAG:INTERNAL=1 //Test CXX_SUPPORTS_NO_DEPRECATED_DECLARATIONS CXX_SUPPORTS_NO_DEPRECATED_DECLARATIONS:INTERNAL=1 //Test CXX_SUPPORTS_NO_DEPRECATED_REGISTER CXX_SUPPORTS_NO_DEPRECATED_REGISTER:INTERNAL=1 //Test CXX_SUPPORTS_NO_MACRO_REDEFINED CXX_SUPPORTS_NO_MACRO_REDEFINED:INTERNAL=1 //Test CXX_SUPPORTS_NO_NESTED_ANON_TYPES_FLAG CXX_SUPPORTS_NO_NESTED_ANON_TYPES_FLAG:INTERNAL=1 //Test CXX_SUPPORTS_NO_STRICT_ALIASING CXX_SUPPORTS_NO_STRICT_ALIASING:INTERNAL=1 //Test CXX_SUPPORTS_NO_UNKNOWN_PRAGMAS CXX_SUPPORTS_NO_UNKNOWN_PRAGMAS:INTERNA...