diff options
author | Nick Kledzik <kledzik@apple.com> | 2011-12-21 23:29:36 +0000 |
---|---|---|
committer | Nick Kledzik <kledzik@apple.com> | 2011-12-21 23:29:36 +0000 |
commit | f46669c828648cc08a75649ec97298fd90ac9586 (patch) | |
tree | 80de4c7041acd716f561359bfa7be4b959747a99 /lld/lib/Core/File.cpp | |
parent | 7869d8c01e746e3cecfef2925a5ad799a03830b3 (diff) | |
download | bcm5719-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.cpp | 5 |
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; +} + + } |