]> granicus.if.org Git - clang/commitdiff
Move TargetAsmParser.h TargetAsmBackend.h and TargetAsmLexer.h to MC where they belong.
authorEvan Cheng <evan.cheng@apple.com>
Sat, 23 Jul 2011 00:45:53 +0000 (00:45 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Sat, 23 Jul 2011 00:45:53 +0000 (00:45 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@135834 91177308-0d34-0410-b5e6-96231b3b80d8

tools/driver/cc1as_main.cpp

index db05709f42a4fda28f3d79a2755ef3479bba357e..c7b5d703a9ea04f8f537e9afc75a086a3e249f7d 100644 (file)
@@ -34,6 +34,8 @@
 #include "llvm/MC/MCRegisterInfo.h"
 #include "llvm/MC/MCStreamer.h"
 #include "llvm/MC/MCSubtargetInfo.h"
+#include "llvm/MC/TargetAsmBackend.h"
+#include "llvm/MC/TargetAsmParser.h"
 #include "llvm/Support/CommandLine.h"
 #include "llvm/Support/FormattedStream.h"
 #include "llvm/Support/ErrorHandling.h"
@@ -47,8 +49,6 @@
 #include "llvm/Support/Path.h"
 #include "llvm/Support/Signals.h"
 #include "llvm/Support/system_error.h"
-#include "llvm/Target/TargetAsmBackend.h"
-#include "llvm/Target/TargetAsmParser.h"
 #include "llvm/Target/TargetData.h"
 #include "llvm/Target/TargetInstrInfo.h"
 #include "llvm/Target/TargetLowering.h"