| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
Add RingBufferLink Signed-off-by: hq <hq87201986@163.com> | 3 个月前 | |
[Darwin] Limit parallelism for sanitizer tests that use shadow memory on AS On Darwin, we want to limit the parallelism during test execution for sanitizer tests that use shadow memory. The reason is explained by this existing comment: > Only run up to 3 processes that require shadow memory simultaneously > on 64-bit Darwin. Using more scales badly and hogs the system due to > inefficient handling of large mmap'd regions (terabytes) by the > kernel. Previously we detected 3 cases: * on-device: limit to 1 process * 64-bit: macOS & simulators, limit to 3 processes * others (32-bit): no limitation We checked for the 64-bit case like this: if arch in ['x86_64', 'x86_64h'] which misses macOS running on AS. Additionally, we don't care about 32-bit anymore, so I've simplified this to 2 cases: on-device and everything else. Differential Revision: https://reviews.llvm.org/D122751 | 4 年前 | |
[compiler-rt] Separate remote interfaces from systems Issue: https://gitee.com/openharmony/third_party_llvm-project/issues/IASL5Q Signed-off-by: Sukhikh Alexander <sukhikh.alexander@huawei-partners.com> | 1 年前 | |
[Darwin][Sanitizer] Lower Python requirement for iOS simulator testing Lower Python requirements: 3.7 -> 3.6 Workaround introduced in: ebd8eee62a431a6744c3f187fcda58e5dea08499 | 4 年前 | |
[compiler-rt] [test] Disable MPROTECT on two builtin tests Introduce a new %run_nomprotect substitution to run tests that do not work with MPROTECT enabled. This uses paxctl via a wrapper on NetBSD, and evaluates to plain %run on other systems. Differential Revision: https://reviews.llvm.org/D71513 | 6 年前 | |
[OHOS][scudo][gwp_asan][CFI][test] Fix compiler-rt testing for OHOS In particular: - disable emulated tls in scudo and gwp_asan; - don't build gwp_asan unit tests under check-gwp_asan target; - make gwp_asan tls slot getter weak, so that it links without errors; - provide gwp_asan backtrace functions from musl; - address some musl-related test limitations; - enable CFI tests on OHOS. Issue: https://gitee.com/openharmony/third_party_llvm-project/issues/IAQMY0 Signed-off-by: Nikolai Kholiavin <kholiavin.nikolai@huawei-partners.com> | 1 年前 | |
[sanitizer] Resolve opening garbled code files Issue:https://gitee.com/openharmony/third_party_llvm-project/issues/IB9D0G Signed-off-by: wanghao <wanghao750@h-partners.com> | 1 年前 | |
[compiler-rt][test] Ensure CMAKE_SYSROOT is added as a test cflag if provided When running tests like SanitizerCommon-asan-x86_64-Linux :: Linux/crypt_r.cpp, it may attempt to use the host header crypt.h rather than a sysroot header. This is significant in the event where struct crypt_data defined on host is different from the sysroot used to make the sanitizer runtime libraries. This can result in logical differences between the expected size/layout of struct crypt_data known by sanitizers and the strict crypt_data provided by the host crypt.h. Since tests should still use the CMAKE_SYSROOT, this ensures that CMAKE_SYSROOT is propagated to compiler-rt tests. Differential Revision: https://reviews.llvm.org/D109796 | 4 年前 | |
[sanitizer] Extract check_mem_is_good into header Reviewed By: kstoimenov Differential Revision: https://reviews.llvm.org/D129245 | 4 年前 | |
[compiler-rt] Mark symbolize_stack_fp test unsupported on Arm Thumb The new test symbolize_stack_fp.cpp added in https://reviews.llvm.org/D102046 assumes that we can fall back to the fast unwinder. This is not the case for Thumb and the test is currently failing on our v7 thumb bot: https://lab.llvm.org/buildbot/#/builders/26/builds/2096 Skip the test if we're building for a Thumb target. Reviewed By: MaskRay Differential Revision: https://reviews.llvm.org/D103512 | 5 年前 | |
[LoongArch] Backport LoongArch code from upstream community LLVM16 Issue:https://gitee.com/open_harmony/dashboard?issue_id=I9Q0LP Signed-off-by: caiwei <wei.cai@archermind.com> | 2 年前 | |
[sanitizer] Extract check_mem_is_good into header Reviewed By: kstoimenov Differential Revision: https://reviews.llvm.org/D129245 | 4 年前 | |
[TSan] Support fiber API on macOS Committing on behalf of Yuri Per (yuri). Reviewers: dvyukov, kubamracek, yln Reviewed By: kubamracek Authored By: yuri Differential Revision: https://reviews.llvm.org/D58110 llvm-svn: 358802 | 7 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 3 个月前 | ||
| 4 年前 | ||
| 1 年前 | ||
| 4 年前 | ||
| 6 年前 | ||
| 1 年前 | ||
| 1 年前 | ||
| 4 年前 | ||
| 4 年前 | ||
| 5 年前 | ||
| 2 年前 | ||
| 4 年前 | ||
| 7 年前 |