diff options
| author | Charles Davis <cdavis@mines.edu> | 2011-05-27 21:38:47 +0000 |
|---|---|---|
| committer | Charles Davis <cdavis@mines.edu> | 2011-05-27 21:38:47 +0000 |
| commit | 041ec4aadaa87d1c7ce5f146e6b5b666143a74c9 (patch) | |
| tree | 017be1d7d0a28a3d287b6ce4dcffbe21aaa41540 /llvm/include | |
| parent | 380b8dad6b35ad71f076c08833ab3b6586f3ae12 (diff) | |
| download | bcm5719-llvm-041ec4aadaa87d1c7ce5f146e6b5b666143a74c9.tar.gz bcm5719-llvm-041ec4aadaa87d1c7ce5f146e6b5b666143a74c9.zip | |
Add the suffix to the Win64 EH data sections' names if given. Add a test for
this. XFAIL'd, because the COFF AsmParser can't handle .section yet.
llvm-svn: 132220
Diffstat (limited to 'llvm/include')
| -rw-r--r-- | llvm/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/llvm/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h b/llvm/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h index 70a46759d70..54e5751bd9d 100644 --- a/llvm/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h +++ b/llvm/include/llvm/CodeGen/TargetLoweringObjectFileImpl.h @@ -213,12 +213,8 @@ public: virtual void Initialize(MCContext &Ctx, const TargetMachine &TM); virtual const MCSection *getEHFrameSection() const; - virtual const MCSection *getWin64EHFuncTableSection(StringRef) const { - return PDataSection; - } - virtual const MCSection *getWin64EHTableSection(StringRef) const { - return XDataSection; - } + virtual const MCSection *getWin64EHFuncTableSection(StringRef) const; + virtual const MCSection *getWin64EHTableSection(StringRef) const; virtual const MCSection *getDrectveSection() const { return DrectveSection; } |

