about summary refs log tree commit diff
path: root/src/rustllvm/CoverageMappingWrapper.cpp
diff options
context:
space:
mode:
authorOliver Scherer <github35764891676564198441@oli-obk.de>2020-06-12 19:25:14 +0200
committerOliver Scherer <github35764891676564198441@oli-obk.de>2020-06-19 18:13:41 +0200
commit9245ba83047b14fc7c9cef4c7d2bf37828c445b6 (patch)
tree911fcf4d450811fdc58636c758e01948cf36bf8b /src/rustllvm/CoverageMappingWrapper.cpp
parent72417d84fb51495a4f1d007fb2397a0b2609ab63 (diff)
downloadrust-9245ba83047b14fc7c9cef4c7d2bf37828c445b6.tar.gz
rust-9245ba83047b14fc7c9cef4c7d2bf37828c445b6.zip
Remove the const_raw_ptr_comparison feature gate.
We can never supply a meaningful implementation of this.
Instead, the follow up commits will create two intrinsics
that approximate comparisons:

* `ptr_maybe_eq`
* `ptr_maybe_ne`

The fact that `ptr_maybe_eq(a, b)` is not necessarily the same
value as `!ptr_maybe_ne(a, b)` is a symptom of this entire
problem.
Diffstat (limited to 'src/rustllvm/CoverageMappingWrapper.cpp')
0 files changed, 0 insertions, 0 deletions