[all-commits] [llvm/llvm-project] d785a8: [clang] Remove CLANG_ENABLE_OPAQUE_POINTERS cmake ...
Nikita Popov via All-commits
all-commits at lists.llvm.org
Thu Oct 6 00:46:24 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d785a8eaa25dd1110dc7b24b16d3b21c9c179837
https://github.com/llvm/llvm-project/commit/d785a8eaa25dd1110dc7b24b16d3b21c9c179837
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-10-06 (Thu, 06 Oct 2022)
Changed paths:
M clang/CMakeLists.txt
M clang/include/clang/Config/config.h.cmake
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/lib/Driver/ToolChains/CommonArgs.cpp
M clang/test/CMakeLists.txt
R clang/test/Driver/lto-no-opaque-pointers.c
R clang/test/Driver/lto-opaque-pointers.c
R clang/test/Driver/opaque-pointers-off.c
M clang/test/lit.cfg.py
M clang/test/lit.site.cfg.py.in
Log Message:
-----------
[clang] Remove CLANG_ENABLE_OPAQUE_POINTERS cmake option
Remove the ability to disable opaque pointers by default in clang.
It is still possible to explicitly disable them via cc1
-no-opaque-pointers.
Differential Revision: https://reviews.llvm.org/D135259
More information about the All-commits
mailing list