search for: d65857

Displaying 3 results from an estimated 3 matches for "d65857".

2020 Jun 22
3
Hardware ASan Generating Unknown Instruction
I suspect that this is hitting the issue that I mentioned here: https://reviews.llvm.org/D65857#1621335 We may need to do what I suggested there and restrict global tag entropy on non-Android Linux to 7 bits. You can try working around this issue for now by using lld as the linker (-fuse-ld=lld). Peter On Mon, Jun 22, 2020 at 1:37 PM Mitch Phillips via llvm-dev < llvm-dev at lists.llvm....
2020 Jun 22
2
Hardware ASan Generating Unknown Instruction
...Kee <derrick.mckee at gmail.com> wrote: > Using lld fixes this issue. > > On Mon, Jun 22, 2020 at 4:51 PM Peter Collingbourne <peter at pcc.me.uk> > wrote: > > > > I suspect that this is hitting the issue that I mentioned here: > > https://reviews.llvm.org/D65857#1621335 > > > > We may need to do what I suggested there and restrict global tag entropy > on non-Android Linux to 7 bits. You can try working around this issue for > now by using lld as the linker (-fuse-ld=lld). > > > > Peter > > > > On Mon, Jun 22, 2020...
2020 Jun 22
3
Hardware ASan Generating Unknown Instruction
Hi, I am trying to execute a simple hello world program compiled like so: path/to/compiled/clang -o test --target=aarch64-linux-gnu -march=armv8.5-a -fsanitize=hwaddress --sysroot=/usr/aarch64-linux-gnu/ -L/usr/lib/gcc/aarch64-linux-gnu/10.1.0/ -g test.c However, when I look at the disassembly, there is an unknown instruction listed at 0x2d51c: 000000000002d4c0 main: 2d4c0: ff c3 00 d1