mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-21 03:32:21 +00:00
Grammar-o.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166343 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
2b861be96e
commit
60f0819cb5
@ -266,7 +266,7 @@ const uint64_t UnknownAddressOrSize = ~0ULL;
|
|||||||
|
|
||||||
/// ObjectFile - This class is the base class for all object file types.
|
/// ObjectFile - This class is the base class for all object file types.
|
||||||
/// Concrete instances of this object are created by createObjectFile, which
|
/// Concrete instances of this object are created by createObjectFile, which
|
||||||
/// figure out which type to create.
|
/// figures out which type to create.
|
||||||
class ObjectFile : public Binary {
|
class ObjectFile : public Binary {
|
||||||
virtual void anchor();
|
virtual void anchor();
|
||||||
ObjectFile() LLVM_DELETED_FUNCTION;
|
ObjectFile() LLVM_DELETED_FUNCTION;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user