[llvm-commits] [llvm] r135288 - in /llvm/trunk: include/llvm/Object/COFF.h include/llvm/Object/ObjectFile.h lib/Object/COFFObjectFile.cpp lib/Object/ELFObjectFile.cpp lib/Object/MachOObjectFile.cpp
Eric Christopher
echristo at apple.com
Fri Jul 15 14:31:40 PDT 2011
On Jul 15, 2011, at 11:39 AM, Benjamin Kramer wrote:
> +error_code COFFObjectFile::sectionContainsSymbol(DataRefImpl Sec,
> + DataRefImpl Symb,
> + bool &Result) const {
> + // FIXME: Unimplemented.
> + Result = false;
> + return object_error::success;
> +}
> +
Not a big fan of returning success for unimplemented methods…
-eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20110715/403e5f36/attachment.html>
More information about the llvm-commits
mailing list