mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-01 15:11:24 +00:00
second part to r81695, I missed a directory.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@81696 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7c30191393
commit
56d339f687
@ -84,10 +84,6 @@ namespace llvm {
|
||||
/// is "l" on Darwin, currently used for some ObjC metadata.
|
||||
const char *LinkerPrivateGlobalPrefix; // Defaults to ""
|
||||
|
||||
/// JumpTableSpecialLabelPrefix - If not null, a extra (dead) label is
|
||||
/// emitted before jump tables with the specified prefix.
|
||||
const char *JumpTableSpecialLabelPrefix; // Default to null.
|
||||
|
||||
/// GlobalVarAddrPrefix/Suffix - If these are nonempty, these strings
|
||||
/// will enclose any GlobalVariable (that isn't a function)
|
||||
///
|
||||
@ -369,9 +365,6 @@ namespace llvm {
|
||||
const char *getLinkerPrivateGlobalPrefix() const {
|
||||
return LinkerPrivateGlobalPrefix;
|
||||
}
|
||||
const char *getJumpTableSpecialLabelPrefix() const {
|
||||
return JumpTableSpecialLabelPrefix;
|
||||
}
|
||||
const char *getGlobalVarAddrPrefix() const {
|
||||
return GlobalVarAddrPrefix;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user