[all-commits] [llvm/llvm-project] 066fb7: [Clang] Remove -no-opaque-pointers cc1 flag
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Jun 8 08:52:46 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 066fb7a58c5a0dd518d0841ed8f32f86d9f798ec
https://github.com/llvm/llvm-project/commit/066fb7a58c5a0dd518d0841ed8f32f86d9f798ec
Author: Nikita Popov <npopov at redhat.com>
Date: 2023-06-08 (Thu, 08 Jun 2023)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/include/clang/Basic/CodeGenOptions.def
M clang/include/clang/Driver/Options.td
M clang/lib/CodeGen/CodeGenAction.cpp
R clang/test/CodeGen/opaque-pointers-flag.c
R clang/test/CodeGenOpenCL/opaque-ptr-spirv.cl
M llvm/docs/OpaquePointers.rst
Log Message:
-----------
[Clang] Remove -no-opaque-pointers cc1 flag
Migration of clang tests to opaque pointers is finished, so remove
the -no-opaque-pointers flag.
Differential Revision: https://reviews.llvm.org/D152447
More information about the All-commits
mailing list