summaryrefslogtreecommitdiffstats
path: root/lld/lib/Core/File.cpp
diff options
context:
space:
mode:
authorNick Kledzik <kledzik@apple.com>2012-04-18 21:55:06 +0000
committerNick Kledzik <kledzik@apple.com>2012-04-18 21:55:06 +0000
commitbb963dfb7ebeab75764e962734c88aca44422dbf (patch)
treecc27be9a8272806d858158c0cdb1104235c6e855 /lld/lib/Core/File.cpp
parenteb1c2bdc1f55fbc5d1e7bb86e9f0e038b0f5adb7 (diff)
downloadbcm5719-llvm-bb963dfb7ebeab75764e962734c88aca44422dbf.tar.gz
bcm5719-llvm-bb963dfb7ebeab75764e962734c88aca44422dbf.zip
Factor out core linking options from Platform in a new ResolverOptions
class. Change Resolver to no longer use Platform. Core linking now issues errors directly. We need to factor that out later. Rework how Darwin executable writer finds "main" atom. It now adds to core linking an Atom which has a Reference to "main". llvm-svn: 155060
Diffstat (limited to 'lld/lib/Core/File.cpp')
-rw-r--r--lld/lib/Core/File.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/lld/lib/Core/File.cpp b/lld/lib/Core/File.cpp
index 70ce886919a..768f1d26282 100644
--- a/lld/lib/Core/File.cpp
+++ b/lld/lib/Core/File.cpp
@@ -18,8 +18,4 @@ StringRef File::translationUnitSource() const {
return StringRef();
}
-const Atom *File::entryPoint() const {
- return nullptr;
-}
-
}
OpenPOWER on IntegriCloud