[compiler-rt] [compiler-rt][asan] _aligned_malloc/_aligned_free interception. (PR #82049)
David CARLIER via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 13 08:56:31 PST 2025
devnexen wrote:
So I just did a full clean rebuild
```shell
cmake -GNinja -DCMAKE_BUILD_TYPE=Release -DLLVM_TARGETS_TO_BUILD=X86 -DLLVM_ENABLE_PROJECTS="clang;lld;compiler-rt" ...
ninja check-compiler-rt
```
and here the result
![image](https://github.com/user-attachments/assets/d2c35ab7-feac-49ef-903c-f4020c860e14)
https://github.com/llvm/llvm-project/pull/82049
More information about the llvm-commits
mailing list