search for: llvm_config_test_librari

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

2014 Apr 03
2
[LLVMdev] r204593 breaks Asan tests on FreeBSD
...e =================================================================== --- cmake/config-ix.cmake (revision 205543) +++ cmake/config-ix.cmake (working copy) @@ -17,6 +17,7 @@ # Used by check_symbol_exists: set(CMAKE_REQUIRED_LIBRARIES m) endif() +list(APPEND CMAKE_REQUIRED_LIBRARIES ${LLVM_CONFIG_TEST_LIBRARIES}) # Helper macros and functions macro(add_cxx_include result files) --- Do you think this fix would make sense for building llvm on other platforms? I mean, do you think it looks acceptable to be sent for review and commit? Please let me know. Also, I believe I should prepare a patch tha...
2014 Apr 01
2
[LLVMdev] r204593 breaks Asan tests on FreeBSD
On Tue, Apr 1, 2014 at 1:23 PM, Ivan A. Kosarev <ivan at ivan-labs.com> wrote: > Hi Alexey, > > > On 03/31/2014 09:58 PM, Alexey Samsonov wrote: > > On FreeBSD 9.2 I add a couple custom options to CMAKE_CXX_FLAGS in order > to let clang know which header set it should use, like that: > >> >>> CC=clang CXX=clang++ cmake \ >>>