Displaying 2 results from an estimated 2 matches for "lit_command".
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
....YY
LIBCLANG_LIBRARY_VERSION:STRING=4.0
//Path to a file.
LIBXML2_INCLUDE_DIR:PATH=/usr/include/libxml2
//Path to a library.
LIBXML2_LIBRARIES:FILEPATH=/usr/lib/x86_64-linux-gnu/libxml2.so
//Path to a program.
LIBXML2_XMLLINT_EXECUTABLE:FILEPATH=/usr/bin/xmllint
//Command used to spawn llvm-lit
LIT_COMMAND:STRING=/usr/bin/python2.7;/usr/local/google/home/blaikie/dev/llvm/src/utils/lit/lit.py
//Build the Darwin LLDB.framework
LLDB_BUILD_FRAMEWORK:BOOL=OFF
//Disables the Curses integration.
LLDB_DISABLE_CURSES:BOOL=0
//Disables the use of editline.
LLDB_DISABLE_LIBEDIT:BOOL=0
//Disables the Python...