[all-commits] [llvm/llvm-project] 10ac23: [Docs] Add version support information for opaque ...

Nikita Popov via All-commits all-commits at lists.llvm.org
Wed Jun 8 02:54:49 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 10ac235b07515c943354c20fa9efe37c6311f77a
      https://github.com/llvm/llvm-project/commit/10ac235b07515c943354c20fa9efe37c6311f77a
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2022-06-08 (Wed, 08 Jun 2022)

  Changed paths:
    M llvm/docs/OpaquePointers.rst

  Log Message:
  -----------
  [Docs] Add version support information for opaque pointers (NFC)

I've seen a few people try to enable opaque pointers with LLVM 14
already. While LLVM 14 has pretty good baseline support, there are
enough missing pieces that you're definitely going to hit assertion
failures if you try this.

Add some wording to make it clear what the support (or planned
support) for opaque/typed pointers is across LLVM 14, 15, and 16.




More information about the All-commits mailing list