YYi Kong[compiler-rt] Fix musl build
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[compiler-rt] Revise IDE folder structure (#89753) Update the folder titles for targets in the monorepository that have not seen taken care of for some time. These are the folders that targets are organized in Visual Studio and XCode ( set_property(TARGET <target> PROPERTY FOLDER "<title>")) when using the respective CMake's IDE generator. * Ensure that every target is in a folder * Use a folder hierarchy with each LLVM subproject as a top-level folder * Use consistent folder names between subprojects * When using target-creating functions from AddLLVM.cmake, automatically deduce the folder. This reduces the number of set_property/set_target_property, but are still necessary when add_custom_target, add_executable, add_library, etc. are used. A LLVM_SUBPROJECT_TITLE definition is used for that in each subproject's root CMakeLists.txt. | 2 年前 | |
[compiler-rt] Fix musl build The change in PR #154268 introduced a dependency on the __GLIBC_PREREQ macro, which is not defined in musl libc. This caused the build to fail in environments using musl. This patch fixes the build by including sanitizer_common/sanitizer_glibc_version.h. This header provides a fallback definition for __GLIBC_PREREQ when LLVM is built against non-glibc C libraries, resolving the compilation error. | 11 个月前 | |
[compiler-rt] [TSan] leave BufferedStackTrace uninit Otherwise we have to memset 2040 bytes (255 * 8) for each call Pull Request: https://github.com/llvm/llvm-project/pull/102255 | 1 年前 | |
sanitizer_common: remove BlockingMutex and RWMutex Remove the legacy typedefs and use Mutex/Lock types directly. Reviewed By: melver Differential Revision: https://reviews.llvm.org/D107043 | 4 年前 |