Pointer comparison in Lambda will not work on tagged pointers.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
compiler-rt/lib/scudo/standalone/combined.h | ||
---|---|---|
736 | Can this just use archSupportsMemoryTagging()? |
Comment Actions
LGTM
compiler-rt/lib/scudo/standalone/combined.h | ||
---|---|---|
736–737 | You don't need to move these two lines around now. |
Can this just use archSupportsMemoryTagging()?