Details
Details
- Reviewers
phosek vitalybuka
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
| compiler-rt/lib/asan/asan_malloc_linux.cpp | ||
|---|---|---|
| 120 | why this makes a difference? | |
| compiler-rt/lib/asan/asan_malloc_linux.cpp | ||
|---|---|---|
| 120 | oh just matching freebsd's signature. | |
Comment Actions
This patch is unneeded. If the ABI matches (which ignores const), the difference has no impact to the generated code.
why this makes a difference?