summaryrefslogtreecommitdiff
path: root/lib/Target/TargetLoweringObjectFile.cpp
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-08-10 18:15:01 +0000
committerChris Lattner <sabre@nondot.org>2009-08-10 18:15:01 +0000
commitf9bdeddb96043559c61f176f8077e3b91a0c544f (patch)
tree37c511c915a69084033918fe912c891c8c1c919f /lib/Target/TargetLoweringObjectFile.cpp
parente15c2d7ce575a6212369b9b1477694b998b40a88 (diff)
downloadllvm-f9bdeddb96043559c61f176f8077e3b91a0c544f.tar.gz
llvm-f9bdeddb96043559c61f176f8077e3b91a0c544f.tar.bz2
llvm-f9bdeddb96043559c61f176f8077e3b91a0c544f.tar.xz
split MachO section handling stuff out to its out .h/.cpp file.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@78576 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Target/TargetLoweringObjectFile.cpp')
-rw-r--r--lib/Target/TargetLoweringObjectFile.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Target/TargetLoweringObjectFile.cpp b/lib/Target/TargetLoweringObjectFile.cpp
index 2cde7d9a9e..c209a7b320 100644
--- a/lib/Target/TargetLoweringObjectFile.cpp
+++ b/lib/Target/TargetLoweringObjectFile.cpp
@@ -17,7 +17,7 @@
#include "llvm/DerivedTypes.h"
#include "llvm/GlobalVariable.h"
#include "llvm/MC/MCContext.h"
-#include "llvm/MC/MCSection.h"
+#include "llvm/MC/MCSectionMachO.h"
#include "llvm/Target/TargetAsmInfo.h"
#include "llvm/Target/TargetData.h"
#include "llvm/Target/TargetMachine.h"