[all-commits] [llvm/llvm-project] 69f7f1: [Clang] Add -no-opaque-pointers to recently added ...

Nikita Popov via All-commits all-commits at lists.llvm.org
Mon Apr 11 02:16:37 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 69f7f15683c451378dbe9029a0bd2dbd029bcf3a
      https://github.com/llvm/llvm-project/commit/69f7f15683c451378dbe9029a0bd2dbd029bcf3a
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2022-04-11 (Mon, 11 Apr 2022)

  Changed paths:
    M clang/test/CodeGen/PowerPC/quadword-atomics.c

  Log Message:
  -----------
  [Clang] Add -no-opaque-pointers to recently added test (NFC)


  Commit: 702d5de4380b1e1554e5b90863093c3a57f76f70
      https://github.com/llvm/llvm-project/commit/702d5de4380b1e1554e5b90863093c3a57f76f70
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2022-04-11 (Mon, 11 Apr 2022)

  Changed paths:
    M clang/CMakeLists.txt
    M llvm/docs/OpaquePointers.rst

  Log Message:
  -----------
  [Clang] Enable opaque pointers by default

Enable opaque pointers by default in clang, which can be disabled
either via cc1 option -no-opaque-pointers or cmake flag
-DCLANG_ENABLE_OPAQUE_POINTERS=OFF.

See https://llvm.org/docs/OpaquePointers.html for context.

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


Compare: https://github.com/llvm/llvm-project/compare/92fed06f800a...702d5de4380b


More information about the All-commits mailing list