| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
[compiler-rt][CMake] Set --unwindlib=none when using LLVM libunwind We already link libunwind explicitly so avoid trying to link toolchain's default libunwind which may be missing. This matches what we already do for libcxx and libcxxabi. Differential Revision: https://reviews.llvm.org/D129472 | 3 年前 | |
compiler-rt: Rename .cc file in lib/{interception/tests,safestack} to .cpp Like r367463, but for interception/tests and safestack. llvm-svn: 367560 | 6 年前 | |
compiler-rt: Rename .cc file in lib/{interception/tests,safestack} to .cpp Like r367463, but for interception/tests and safestack. llvm-svn: 367560 | 6 年前 | |
[compiler-rt] [windows] Add more assembly patterns for interception To intercept the functions in Win11's ntdll.dll, we need to use the trampoline technique because there are bytes other than 0x90 or 0xcc in the gaps between exported functions. This patch adds more patterns that appear in ntdll's functions. Bug: https://bugs.llvm.org/show_bug.cgi?id=51721 Reviewed By: rnk Differential Revision: https://reviews.llvm.org/D109941 | 4 年前 |
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
| 3 年前 | ||
| 6 年前 | ||
| 6 年前 | ||
| 4 年前 |