Displaying 2 results from an estimated 2 matches for "swig_version".
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
...c.x86_64_LIB_DEPENDS:STATIC=
//Dependencies for target
RTSanitizerCommon.test.x86_64_LIB_DEPENDS:STATIC=
//Sanitizers can use cxxabi
SANITIZER_CAN_USE_CXXABI:BOOL=ON
//Path to a file.
SWIG_DIR:PATH=/usr/share/swig2.0
//Path to a program.
SWIG_EXECUTABLE:FILEPATH=/usr/bin/swig2.0
//Swig version
SWIG_VERSION:STRING=2.0.11
//Dependencies for target
SampleAnalyzerPlugin_LIB_DEPENDS:STATIC=
//Plist name
TOOL_INFO_PLIST:STRING=Info.plist
//Dependencies for target
clangARCMigrate_LIB_DEPENDS:STATIC=
//Dependencies for target
clangASTMatchers_LIB_DEPENDS:STATIC=
//Dependencies for target
clangAST_LIB_DE...