Commit 528fbe2
committed
[lldb][test] Enable non-address bit WritePointerToMemory test on Linux
First added in llvm#153585 for Darwin only. All Linux AArch64 systems also
have Top Byte Ignore enabled in userspace so the test "just works" there.
FreeBSD has very recently gained Top Byte Ignore support:
freebsd/freebsd-src@4c6c27d
However it's so recent, I don't want to assume it'll be available on
any random FreeBSD system out there.
There isn't really a good place to put this test, so I put it in the
top level of API, next to the other non-address bit test that didn't
have a good home either.1 parent f20640b commit 528fbe2
File tree
4 files changed
+5
-3
lines changed- lldb/test/API/pointer-nonaddressable-bits
4 files changed
+5
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
9 | | - | |
10 | | - | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
11 | 13 | | |
12 | 14 | | |
13 | 15 | | |
| |||
0 commit comments