search for: clang_tools_extra_include_docs

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

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
...y from the Clang binary to its resource files. CLANG_RESOURCE_DIR:STRING= //Native TableGen executable. Saves building one when cross-compiling. CLANG_TABLEGEN:STRING=clang-tblgen //Run Clang tests under Valgrind CLANG_TEST_USE_VG:BOOL=OFF //Generate build targets for the Clang Extra Tools docs. CLANG_TOOLS_EXTRA_INCLUDE_DOCS:BOOL=ON //Run Clang tools' tests under Valgrind CLANG_TOOLS_TEST_USE_VG:BOOL=OFF //Whether to build arcmt-test as part of CLANG CLANG_TOOL_ARCMT_TEST_BUILD:BOOL=ON //Whether to build clang-check as part of CLANG CLANG_TOOL_CLANG_CHECK_BUILD:BOOL=ON //Whether to build clang-format as part of...