llvm-project/llvm/test/Transforms/FunctionImport/Inputs
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
..
adjustable_threshold.ll
cg_profile.ll
comdat.ll
funcimport.ll [IR] Enable opaque pointers by default 2022-06-02 09:40:56 +02:00
funcimport_alias.ll
funcimport_cutoff.ll
funcimport_debug.ll Revert "[NFC] remove explicit default value for strboolattr attribute in tests" 2021-05-24 19:43:40 +02:00
funcimport_forcecold.ll
funcimport_resolved1.ll
funcimport_resolved2.ll
funcimport_var2.ll
hotness_based_import.ll
import_stats.ll
inlineasm.ll [Tests] Add elementtype attribute to indirect inline asm operands (NFC) 2022-01-06 14:23:51 +01:00
noinline.ll
not-prevailing.ll