From 46cb48c74ae4220bbb56b88ca2432a98ce8fe9c8 Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Wed, 27 Jul 2016 16:03:57 +0000 Subject: Remove MCAsmInfo.h include from TargetOptions.h TargetOptions wants the ExceptionHandling enum. Move that to MCTargetOptions.h to avoid transitively including Dwarf.h everywhere in clang. Now you can add a DWARF tag without a full rebuild of clang semantic analysis. llvm-svn: 276883 --- llvm/lib/Target/AMDGPU/SILowerControlFlow.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/Target/AMDGPU/SILowerControlFlow.cpp') diff --git a/llvm/lib/Target/AMDGPU/SILowerControlFlow.cpp b/llvm/lib/Target/AMDGPU/SILowerControlFlow.cpp index 1071cf88380..2fa229c242e 100644 --- a/llvm/lib/Target/AMDGPU/SILowerControlFlow.cpp +++ b/llvm/lib/Target/AMDGPU/SILowerControlFlow.cpp @@ -59,6 +59,7 @@ #include "llvm/CodeGen/MachineInstrBuilder.h" #include "llvm/CodeGen/MachineRegisterInfo.h" #include "llvm/IR/Constants.h" +#include "llvm/MC/MCAsmInfo.h" using namespace llvm; -- cgit v1.2.3