[NFC][Clang] Move DebugOptions to llvm/Frontend for reuse in Flang
authorKiran Chandramohan <kiran.chandramohan@arm.com>
Fri, 24 Mar 2023 17:12:40 +0000 (17:12 +0000)
committerSacha Ballantyne <Sacha.Ballantyne@arm.com>
Wed, 29 Mar 2023 12:01:54 +0000 (12:01 +0000)
commitab49747f9d67d82a1cf0f19196ff29f01d4384f5
tree71b64ddd409dc2940cfd8f3578076dca5f74ac6f
parente5132d70ff3a8fc6bc6733fe56f06765962c0279
[NFC][Clang] Move DebugOptions to llvm/Frontend for reuse in Flang

This patch moves the Debug Options to llvm/Frontend so that it can be shared by Flang as well.

Reviewed By: kiranchandramohan, awarzynski

Differential Revision: https://reviews.llvm.org/D142347
20 files changed:
clang/include/clang/Basic/CodeGenOptions.def
clang/include/clang/Basic/CodeGenOptions.h
clang/include/clang/Driver/ToolChain.h
clang/lib/CodeGen/CGDebugInfo.cpp
clang/lib/CodeGen/CGDebugInfo.h
clang/lib/CodeGen/CGOpenMPRuntime.cpp
clang/lib/CodeGen/CGVTables.cpp
clang/lib/CodeGen/CodeGenModule.cpp
clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp
clang/lib/Driver/ToolChains/Clang.cpp
clang/lib/Driver/ToolChains/Clang.h
clang/lib/Driver/ToolChains/Cuda.cpp
clang/lib/Driver/ToolChains/Cuda.h
clang/lib/Driver/ToolChains/HIPSPV.cpp
clang/lib/Driver/ToolChains/HIPSPV.h
clang/lib/Driver/ToolChains/MSVC.h
clang/lib/Frontend/CompilerInvocation.cpp
clang/lib/Frontend/Rewrite/FrontendActions.cpp
clang/tools/clang-import-test/clang-import-test.cpp
llvm/include/llvm/Frontend/Debug/Options.h [moved from clang/include/clang/Basic/DebugInfoOptions.h with 90% similarity]