mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-26 23:24:34 +00:00
Unbreak C++ tests on x86 Darwin.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@53237 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -351,8 +351,9 @@ namespace llvm {
|
||||
/// printSuffixedName - This prints a name with preceding
|
||||
/// getPrivateGlobalPrefix and the specified suffix, handling quoted names
|
||||
/// correctly.
|
||||
void printSuffixedName(const char *Name, const char* Suffix);
|
||||
void printSuffixedName(std::string &Name, const char* Suffix);
|
||||
void printSuffixedName(const char *Name, const char *Suffix,
|
||||
const char *Prefix = 0);
|
||||
void printSuffixedName(const std::string &Name, const char* Suffix);
|
||||
|
||||
private:
|
||||
void EmitLLVMUsedList(Constant *List);
|
||||
|
Reference in New Issue
Block a user