[all-commits] [llvm/llvm-project] 482150: Revert "DebugInfo: Fully integrate ctor type homin...
David Blaikie via All-commits
all-commits at lists.llvm.org
Fri Jun 24 10:08:05 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4821508d4db75a535d02b8938f81fac6de66cc26
https://github.com/llvm/llvm-project/commit/4821508d4db75a535d02b8938f81fac6de66cc26
Author: David Blaikie <dblaikie at gmail.com>
Date: 2022-06-24 (Fri, 24 Jun 2022)
Changed paths:
M clang/docs/UsersManual.rst
M clang/include/clang/Basic/CodeGenOptions.h
M clang/include/clang/Basic/DebugInfoOptions.h
M clang/include/clang/Driver/Options.td
M clang/lib/CodeGen/CGDebugInfo.cpp
M clang/lib/Driver/ToolChains/Clang.cpp
M clang/lib/Frontend/CompilerInvocation.cpp
M clang/test/CodeGen/attr-cpuspecific-renaming.cpp
M clang/test/CodeGen/pr52782-stdcall-func-decl.cpp
M clang/test/CodeGenCXX/debug-info-class.cpp
A clang/test/CodeGenCXX/debug-info-ctor-homing-flag.cpp
M clang/test/CodeGenCXX/debug-info-limited-ctor.cpp
M clang/test/CodeGenCXX/debug-info-template-explicit-specialization.cpp
M clang/test/CodeGenCXX/debug-lambda-this.cpp
M clang/test/CodeGenCXX/ibm128-declarations.cpp
M clang/test/CodeGenCXX/standalone-debug-attribute.cpp
M clang/test/Driver/cl-options.c
M clang/test/Driver/clang-g-opts.c
M clang/test/Driver/cuda-dwarf-2.cu
M clang/test/Driver/debug-options-as.c
M clang/test/Driver/debug-options.c
M clang/test/Driver/integrated-as.s
M clang/test/Driver/myriad-toolchain.c
M clang/test/Driver/openmp-offload-gpu.c
M clang/test/Driver/split-debug.c
M clang/test/OpenMP/debug_private.c
M clang/test/OpenMP/debug_task_shared.c
M clang/test/OpenMP/debug_threadprivate_copyin.c
Log Message:
-----------
Revert "DebugInfo: Fully integrate ctor type homing into 'limited' debug info"
Reverting to simplify some Google-internal rollout issues. Will recommit
in a week or two.
This reverts commit 517bbc64dbe493644eff8d55fd9566435e930520.
More information about the All-commits
mailing list