mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-23 16:19:52 +00:00
Use the generic Lfunc_begin label on ppc.
This removes yet another custom label to mark the start of a function. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@231390 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -118,6 +118,9 @@ protected:
|
||||
// Print the EH begin symbol with an assignment. Defaults to false.
|
||||
bool UseAssignmentForEHBegin;
|
||||
|
||||
// Do we need to create a local symbol for .size?
|
||||
bool NeedsLocalForSize;
|
||||
|
||||
/// This prefix is used for globals like constant pool entries that are
|
||||
/// completely private to the .s file and should not have names in the .o
|
||||
/// file. Defaults to "L"
|
||||
@@ -427,6 +430,7 @@ public:
|
||||
const char *getLabelSuffix() const { return LabelSuffix; }
|
||||
|
||||
bool useAssignmentForEHBegin() const { return UseAssignmentForEHBegin; }
|
||||
bool needsLocalForSize() const { return NeedsLocalForSize; }
|
||||
const char *getPrivateGlobalPrefix() const { return PrivateGlobalPrefix; }
|
||||
const char *getPrivateLabelPrefix() const { return PrivateLabelPrefix; }
|
||||
bool hasLinkerPrivateGlobalPrefix() const {
|
||||
|
||||
Reference in New Issue
Block a user