This is a part of https://reviews.llvm.org/D95835.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
compiler-rt/lib/dfsan/dfsan.h | ||
---|---|---|
84 | const_cast |
compiler-rt/lib/dfsan/dfsan.h | ||
---|---|---|
84 | changed the return value to be const dfsan_label*, so we do not need the cast. |
Comment Actions
This commit broke the build on aarch64 because OriginAddr() isn't defined on that platform, could you please take a look?
Comment Actions
Thank you for reporting this. Fixed: https://github.com/llvm/llvm-project/commit/083d45b21c1f7651345c1378b7d3302afe8f297a
const_cast