| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
build_symbolizer.sh: Ensure libcxx include path comes first (#149431) libc++ expects to come first in the search path, before libc. See for example: https://github.com/llvm/llvm-project/blob/main/libcxx/include/cstddef#L45 Make sure the C++ include path comes first even if custom paths to libc and other packages are passed in via the FLAGS variable. | 1 年前 | |
[Runtimes] Default build must use its own output dirs (#168266) Post-commit fix of #164794 reported at https://github.com/llvm/llvm-project/pull/164794#issuecomment-3536253493 LLVM_LIBRARY_OUTPUT_INTDIR and LLVM_RUNTIME_OUTPUT_INTDIR is used by AddLLVM.cmake as output directories. Unless we are in a bootstrapping-build, It must not point to directories found by find_package(LLVM) which may be read-only directories. MLIR for instance sets thesese variables to its own build output directory, so should the runtimes. | 8 个月前 | |
[NFC][sanitizer] Fix typo in comment | 2 年前 | |
[sanitizer] Fix internal_mmap in internal symbolizer | 4 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 1 年前 | ||
| 8 个月前 | ||
| 2 年前 | ||
| 4 年前 |