]> granicus.if.org Git - clang/commit
Move DebugInfoKind into its own header to cut the cyclic dependency edge from Driver...
authorBenjamin Kramer <benny.kra@googlemail.com>
Tue, 2 Feb 2016 11:06:51 +0000 (11:06 +0000)
committerBenjamin Kramer <benny.kra@googlemail.com>
Tue, 2 Feb 2016 11:06:51 +0000 (11:06 +0000)
commit1dde17c5ad5a2b5876e8d12aa8e8d6db17f12fb3
treeb538e893f73dd299c6441082fece7656beb1b54c
parent2b9f6f3342bd454ccf0918a2c8c11d28f27ca42e
Move DebugInfoKind into its own header to cut the cyclic dependency edge from Driver to Frontend.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@259489 91177308-0d34-0410-b5e6-96231b3b80d8
16 files changed:
include/clang/Driver/DebugInfoKind.h [new file with mode: 0644]
include/clang/Frontend/CodeGenOptions.def
include/clang/Frontend/CodeGenOptions.h
lib/CodeGen/BackendUtil.cpp
lib/CodeGen/CGBlocks.cpp
lib/CodeGen/CGDebugInfo.cpp
lib/CodeGen/CGDebugInfo.h
lib/CodeGen/CGDecl.cpp
lib/CodeGen/CGOpenMPRuntime.cpp
lib/CodeGen/CodeGenFunction.cpp
lib/CodeGen/CodeGenModule.cpp
lib/CodeGen/ObjectFilePCHContainerOperations.cpp
lib/Driver/Tools.cpp
lib/Driver/Tools.h
lib/Frontend/CompilerInvocation.cpp
lib/Frontend/Rewrite/FrontendActions.cpp