Displaying 3 results from an estimated 3 matches for "llvm_path_dotty".
2009 Nov 05
1
[LLVMdev] [cmake] : dotty handling
Hi,
Here is a little patch to have cmake detect dotty, and if this was the case, update the HAVE_DOTTY and LLVM_PATH_DOTTY defines in include/llvm/Config/config.h.
This should apply cleanly on TOT.
Best regards,
--
Arnaud de Grandmaison
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20091105/edc399be/attachment.html>
-------...
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
...mber of concurrent compilation jobs.
LLVM_PARALLEL_COMPILE_JOBS:STRING=
//Define the maximum number of concurrent link jobs.
LLVM_PARALLEL_LINK_JOBS:STRING=
//Path to a program.
LLVM_PATH_CIRCO:FILEPATH=/usr/bin/circo
//Path to a program.
LLVM_PATH_DOT:FILEPATH=/usr/bin/dot
//Path to a program.
LLVM_PATH_DOTTY:FILEPATH=/usr/bin/dotty
//Path to a program.
LLVM_PATH_FDP:FILEPATH=/usr/bin/fdp
//Path to a program.
LLVM_PATH_GRAPHVIZ:FILEPATH=LLVM_PATH_GRAPHVIZ-NOTFOUND
//Path to a program.
LLVM_PATH_GV:FILEPATH=/usr/bin/gv
//Path to a program.
LLVM_PATH_NEATO:FILEPATH=/usr/bin/neato
//Path to a program....