AAiden Grossman[ASan] Fix forward 141c2b
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[ASan] Fix forward 141c2b When landing 141c2b I didn't realize that none of these files actually got built either locally or by premerge. I had some minor syntax mistakes that caused the build to fail. This patch fixes those issues and has been verified on a Windows machine. | 8 个月前 | |
Revert "sanitizers: increase .clang-format columns to 100" This reverts commit 5d1df6d220f1d6f726d9643848679d781750db64. There is a strong objection to this change: https://reviews.llvm.org/D106436#2905618 Reviewed By: dblaikie Differential Revision: https://reviews.llvm.org/D106847 | 4 年前 | |
[interception] Implement interception on AIX (#138608) Implement AIX specific interception functions. Issue: https://github.com/llvm/llvm-project/issues/138916 | 1 年前 | |
[interception] Implement interception on AIX (#138608) Implement AIX specific interception functions. Issue: https://github.com/llvm/llvm-project/issues/138916 | 1 年前 | |
[interception] Implement interception on AIX (#138608) Implement AIX specific interception functions. Issue: https://github.com/llvm/llvm-project/issues/138916 | 1 年前 | |
[interception] Implement interception on AIX (#138608) Implement AIX specific interception functions. Issue: https://github.com/llvm/llvm-project/issues/138916 | 1 年前 | |
[compiler-rt][sanitizer][NFC] update endif markers for Haiku (#135475) | 1 年前 | |
[compiler-rt][sanitizer][NFC] update endif markers for Haiku (#135475) | 1 年前 | |
[Sanitizers][Darwin] Replace SANITIZER_MAC with SANITIZER_APPLE in source files This is a follow up to [Sanitizers][Darwin] Rename Apple macro SANITIZER_MAC -> SANITIZER_APPLE (D125816) Performed a global search/replace as in title against LLVM sources Differential Revision: https://reviews.llvm.org/D126263 | 4 年前 | |
[Sanitizers][Darwin] Replace SANITIZER_MAC with SANITIZER_APPLE in source files This is a follow up to [Sanitizers][Darwin] Rename Apple macro SANITIZER_MAC -> SANITIZER_APPLE (D125816) Performed a global search/replace as in title against LLVM sources Differential Revision: https://reviews.llvm.org/D126263 | 4 年前 | |
[compiler-rt] Work around incompatible Windows definitions of (S)SIZE_T The interceptor types are supposed to match size_t (and the non-Windows ssize_t) exactly, but on 32-bit Windows size_t uses unsigned int whereas SIZE_T is unsigned long. The current definition results in uptr not matching uintptr_t since we otherwise get typedef redefinition errors. Work around this by using a #define instead of a typedef when defining SIZE_T. It would probably be cleaner to stop using these uppercase types, but that is a rather invasive change and this one is the minimal change to allow uptr to match uintptr_t on Windows. To ensure this compiles on Windows, we also remove the interceptor.h defines of uptr (that do not always match __sanitizer::uptr) and rely on __sanitizer::uptr instead. The interceptor types most likely predate those other types so clean up the unnecessary definition while here. This also reverts commit 18e06e3e2f3d47433e1ed323b8725c76035fc1ac and commit bb27dd853a713866c025a94ead8f03a1e25d1b6e. Reviewed By: mstorsjo, vitalybuka Pull Request: https://github.com/llvm/llvm-project/pull/106311 | 1 年前 | |
[ASan][Windows] Add new instruction sizes (#167734) These instructions show up when building asan in the premerge container and do not on other bots, likely due to different standard library versions. | 8 个月前 | |
| 1 年前 |