diff options
| author | Chris Lattner <sabre@nondot.org> | 2010-01-16 00:51:39 +0000 |
|---|---|---|
| committer | Chris Lattner <sabre@nondot.org> | 2010-01-16 00:51:39 +0000 |
| commit | e6b1bef33a8cfda258f143a79f3b8c9af1fb9076 (patch) | |
| tree | e34b9369eb58ba7ddae8f5204a319e7d790534c9 /llvm/lib/Target/X86/X86COFFMachineModuleInfo.h | |
| parent | 8fdc2cb46ab9c15fd02a9a77a908c0e820e5cb37 (diff) | |
| download | bcm5719-llvm-e6b1bef33a8cfda258f143a79f3b8c9af1fb9076.tar.gz bcm5719-llvm-e6b1bef33a8cfda258f143a79f3b8c9af1fb9076.zip | |
switch X86 target off CurFunctionName and MCIze more.
Note that the code wasn't calling DecorateCygMingName
when emitting the ".ascii -export" stuff at the end of
file for DLLExported functions. I don't know if it should
or not, but I'm preserving behavior.
llvm-svn: 93603
Diffstat (limited to 'llvm/lib/Target/X86/X86COFFMachineModuleInfo.h')
| -rw-r--r-- | llvm/lib/Target/X86/X86COFFMachineModuleInfo.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/lib/Target/X86/X86COFFMachineModuleInfo.h b/llvm/lib/Target/X86/X86COFFMachineModuleInfo.h index 5017af2e338..2a9e61c2ebf 100644 --- a/llvm/lib/Target/X86/X86COFFMachineModuleInfo.h +++ b/llvm/lib/Target/X86/X86COFFMachineModuleInfo.h @@ -46,8 +46,8 @@ public: ~X86COFFMachineModuleInfo(); - void DecorateCygMingName(std::string &Name, const GlobalValue *GV, - const TargetData &TD); + void DecorateCygMingName(const MCSymbol* &Name, MCContext &Ctx, + const GlobalValue *GV, const TargetData &TD); void DecorateCygMingName(SmallVectorImpl<char> &Name, const GlobalValue *GV, const TargetData &TD); |

