Files
clang-p2996/llvm/test/CodeGen/Mips
Nikita Popov 41d5033eb1 [IR] Enable opaque pointers by default
This enabled opaque pointers by default in LLVM. The effect of this
is twofold:

* If IR that contains *neither* explicit ptr nor %T* types is passed
  to tools, we will now use opaque pointer mode, unless
  -opaque-pointers=0 has been explicitly passed.
* Users of LLVM as a library will now default to opaque pointers.
  It is possible to opt-out by calling setOpaquePointers(false) on
  LLVMContext.

A cmake option to toggle this default will not be provided. Frontends
or other tools that want to (temporarily) keep using typed pointers
should disable opaque pointers via LLVMContext.

Differential Revision: https://reviews.llvm.org/D126689
2022-06-02 09:40:56 +02:00
..
2011-08-12 18:12:06 +00:00
2018-07-23 23:19:53 +00:00
2019-01-28 14:59:30 +00:00
2012-03-29 18:43:11 +00:00
2011-12-19 20:24:28 +00:00
2013-07-26 20:58:55 +00:00