diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2014-10-08 14:27:05 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2014-10-08 14:27:05 +0000 |
commit | 69a595ec2f38b9f00d2c01c81b5bfd8576453204 (patch) | |
tree | e39050adcbccba7d1f62581757060c6fc99f877c | |
parent | e69ec55cda95e5f6aa71ed5c0a38dbb6504a23bb (diff) | |
download | llvm-69a595ec2f38b9f00d2c01c81b5bfd8576453204.zip llvm-69a595ec2f38b9f00d2c01c81b5bfd8576453204.tar.gz llvm-69a595ec2f38b9f00d2c01c81b5bfd8576453204.tar.bz2 |
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.
llvm-svn: 219308
-rw-r--r-- | llvm/include/llvm/Object/ObjectFile.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/llvm/include/llvm/Object/ObjectFile.h b/llvm/include/llvm/Object/ObjectFile.h index a0b5380..6c692cd 100644 --- a/llvm/include/llvm/Object/ObjectFile.h +++ b/llvm/include/llvm/Object/ObjectFile.h @@ -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; |