mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-05 13:26:55 +00:00
Revert r107205 and r107207.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@107215 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@@ -85,11 +85,6 @@ namespace llvm {
|
||||
/// be passed through the assembler but be removed by the linker. This
|
||||
/// is "l" on Darwin, currently used for some ObjC metadata.
|
||||
const char *LinkerPrivateGlobalPrefix; // Defaults to ""
|
||||
|
||||
/// LinkerWeakGlobalPrefix - This prefix is used for symbols that are marked
|
||||
/// "weak" and should be passed through the assembler, but be removed by the
|
||||
/// linker. This is "l" on Darwin, currently used for some ObjC metadata.
|
||||
const char *LinkerWeakGlobalPrefix; // Defaults to ""
|
||||
|
||||
/// InlineAsmStart/End - If these are nonempty, they contain a directive to
|
||||
/// emit before and after an inline assembly statement.
|
||||
@@ -340,9 +335,6 @@ namespace llvm {
|
||||
const char *getLinkerPrivateGlobalPrefix() const {
|
||||
return LinkerPrivateGlobalPrefix;
|
||||
}
|
||||
const char *getLinkerWeakGlobalPrefix() const {
|
||||
return LinkerWeakGlobalPrefix;
|
||||
}
|
||||
const char *getInlineAsmStart() const {
|
||||
return InlineAsmStart;
|
||||
}
|
||||
|
Reference in New Issue
Block a user