[PATCH] D123300: [Clang] Enable opaque pointers by default

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 7 17:27:24 PDT 2022


aeubanks added a comment.

`$ bin/clang -fsanitize=memory -m64 -gline-tables-only ../../compiler-rt/test/msan/use-after-dtor.cpp -fno-sanitize-memory-use-after-dtor -o - -S -emit-llvm -Xclang -disable-llvm-passes`
the debug location for `main`'s return instruction is line 39 with typed pointers and line 50 with opaque pointers.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D123300/new/

https://reviews.llvm.org/D123300



More information about the llvm-commits mailing list