mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-11-02 22:23:10 +00:00
Remove unused flag.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193752 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -283,10 +283,6 @@ namespace llvm {
|
||||
/// directive.
|
||||
bool HasNoDeadStrip; // Defaults to false.
|
||||
|
||||
/// HasSymbolResolver - True if this target supports the MachO
|
||||
/// .symbol_resolver directive.
|
||||
bool HasSymbolResolver; // Defaults to false.
|
||||
|
||||
/// WeakRefDirective - This directive, if non-null, is used to declare a
|
||||
/// global as being a weak undefined symbol.
|
||||
const char *WeakRefDirective; // Defaults to NULL.
|
||||
@@ -536,7 +532,6 @@ namespace llvm {
|
||||
bool hasSingleParameterDotFile() const { return HasSingleParameterDotFile; }
|
||||
bool hasIdentDirective() const { return HasIdentDirective; }
|
||||
bool hasNoDeadStrip() const { return HasNoDeadStrip; }
|
||||
bool hasSymbolResolver() const { return HasSymbolResolver; }
|
||||
const char *getWeakRefDirective() const { return WeakRefDirective; }
|
||||
const char *getWeakDefDirective() const { return WeakDefDirective; }
|
||||
const char *getLinkOnceDirective() const { return LinkOnceDirective; }
|
||||
|
||||
Reference in New Issue
Block a user