[all-commits] [llvm/llvm-project] d2be4f: [OpaquePtr][LLParser] Explicitly turn off opaque p...

aeubanks via All-commits all-commits at lists.llvm.org
Tue May 17 08:43:09 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d2be4f95494e642b72852cc33e69a47016fe4a23
      https://github.com/llvm/llvm-project/commit/d2be4f95494e642b72852cc33e69a47016fe4a23
  Author: Arthur Eubanks <aeubanks at google.com>
  Date:   2022-05-17 (Tue, 17 May 2022)

  Changed paths:
    M llvm/lib/AsmParser/LLParser.cpp

  Log Message:
  -----------
  [OpaquePtr][LLParser] Explicitly turn off opaque pointers if we see a star

If we turn on --opaque-pointers, tests with '*' would use opaque pointers.

Can't really test this without flipping the default value for --opaque-pointers.

Reviewed By: #opaque-pointers, nikic

Differential Revision: https://reviews.llvm.org/D125735




More information about the All-commits mailing list