[llvm] r219308 - Remove an out of date comment.
Rafael Espindola
rafael.espindola at gmail.com
Wed Oct 8 07:27:05 PDT 2014
Author: rafael
Date: Wed Oct 8 09:27:05 2014
New Revision: 219308
URL: http://llvm.org/viewvc/llvm-project?rev=219308&view=rev
Log:
Remove an out of date comment.
After 4 years there is still no normalization library. We do support
disassembly and relocations, so it doesn't look like we need it.
Modified:
llvm/trunk/include/llvm/Object/ObjectFile.h
Modified: llvm/trunk/include/llvm/Object/ObjectFile.h
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/include/llvm/Object/ObjectFile.h?rev=219308&r1=219307&r2=219308&view=diff
==============================================================================
--- llvm/trunk/include/llvm/Object/ObjectFile.h (original)
+++ llvm/trunk/include/llvm/Object/ObjectFile.h Wed Oct 8 09:27:05 2014
@@ -102,7 +102,6 @@ public:
/// @brief Get the alignment of this section as the actual value (not log 2).
std::error_code getAlignment(uint64_t &Result) const;
- // FIXME: Move to the normalization layer when it's created.
std::error_code isText(bool &Result) const;
std::error_code isData(bool &Result) const;
std::error_code isBSS(bool &Result) const;
More information about the llvm-commits
mailing list