summaryrefslogtreecommitdiffstats
path: root/lld/lib/Core/File.cpp
diff options
context:
space:
mode:
authorNick Kledzik <kledzik@apple.com>2011-12-21 23:29:36 +0000
committerNick Kledzik <kledzik@apple.com>2011-12-21 23:29:36 +0000
commitf46669c828648cc08a75649ec97298fd90ac9586 (patch)
tree80de4c7041acd716f561359bfa7be4b959747a99 /lld/lib/Core/File.cpp
parent7869d8c01e746e3cecfef2925a5ad799a03830b3 (diff)
downloadbcm5719-llvm-f46669c828648cc08a75649ec97298fd90ac9586.tar.gz
bcm5719-llvm-f46669c828648cc08a75649ec97298fd90ac9586.zip
Cleaned up Atom attribues some more. Added lots of doxygen comments
llvm-svn: 147105
Diffstat (limited to 'lld/lib/Core/File.cpp')
-rw-r--r--lld/lib/Core/File.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/lld/lib/Core/File.cpp b/lld/lib/Core/File.cpp
index e123d5ec192..09c3f8aba7b 100644
--- a/lld/lib/Core/File.cpp
+++ b/lld/lib/Core/File.cpp
@@ -13,4 +13,9 @@ namespace lld {
File::~File() {}
+bool File::translationUnitSource(llvm::StringRef &path) const {
+ return false;
+}
+
+
}
OpenPOWER on IntegriCloud