[PATCH] MC: rename EmitWin64EH routines

Saleem Abdulrasool compnerd at compnerd.org
Thu Jun 12 09:50:04 PDT 2014


Hi echristo, rnk,

Rename the routines to reflect the reality that they are generic routines for
Windows EH.  Rename the routines to use the EmitSEH prefix.  This matches both
the actual directives that are being emitted as well as the fact that they are
emitting generic exception handling/unwinding information that can be used on
various different environments.

http://reviews.llvm.org/D4125

Files:
  include/llvm/MC/MCStreamer.h
  include/llvm/MC/MCWinCOFFStreamer.h
  lib/CodeGen/AsmPrinter/Win64Exception.cpp
  lib/MC/MCAsmStreamer.cpp
  lib/MC/MCParser/COFFAsmParser.cpp
  lib/MC/MCStreamer.cpp
  lib/MC/WinCOFFStreamer.cpp
  lib/Target/X86/MCTargetDesc/X86WinCOFFStreamer.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D4125.10367.patch
Type: text/x-patch
Size: 17516 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20140612/75815a89/attachment.bin>


More information about the llvm-commits mailing list