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