From a5b1eef846e86010f82cff3d812dfd3fb3b99405 Mon Sep 17 00:00:00 2001 From: Reid Kleckner Date: Fri, 26 Aug 2016 17:58:37 +0000 Subject: [MC] Move .cv_loc management logic out of MCContext MCContext already has many tasks, and separating CodeView out from it is probably a good idea. The .cv_loc tracking was modelled on the DWARF tracking which lived directly in MCContext. Removes the inclusion of MCCodeView.h from MCContext.h, so now there are only 10 build actions while I hack on CodeView support instead of 265. llvm-svn: 279847 --- llvm/lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'llvm/lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp') diff --git a/llvm/lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp b/llvm/lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp index b777a3e05be..1384043d30e 100644 --- a/llvm/lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp +++ b/llvm/lib/Target/AArch64/MCTargetDesc/AArch64AsmBackend.cpp @@ -11,6 +11,7 @@ #include "AArch64RegisterInfo.h" #include "MCTargetDesc/AArch64FixupKinds.h" #include "llvm/ADT/Triple.h" +#include "llvm/MC/MCAssembler.h" #include "llvm/MC/MCAsmBackend.h" #include "llvm/MC/MCContext.h" #include "llvm/MC/MCDirectives.h" -- cgit v1.2.3