[PATCH] D15140: Update clang to use the updated LLVM EH instructions

David Majnemer via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 11 19:06:00 PST 2015


majnemer updated this revision to Diff 42618.
majnemer added a comment.

- Updated for the latest EH changes
- Updated for LLVM changes
- Address review comments


http://reviews.llvm.org/D15140

Files:
  lib/CodeGen/CGCall.cpp
  lib/CodeGen/CGCleanup.cpp
  lib/CodeGen/CGCleanup.h
  lib/CodeGen/CGException.cpp
  lib/CodeGen/CodeGenFunction.h
  lib/CodeGen/EHScopeStack.h
  lib/CodeGen/MicrosoftCXXABI.cpp
  test/CodeGen/exceptions-seh-finally.c
  test/CodeGen/exceptions-seh-leave.c
  test/CodeGen/exceptions-seh.c
  test/CodeGenCXX/exceptions-cxx-new.cpp
  test/CodeGenCXX/exceptions-seh.cpp
  test/CodeGenCXX/microsoft-abi-arg-order.cpp
  test/CodeGenCXX/microsoft-abi-eh-catch.cpp
  test/CodeGenCXX/microsoft-abi-eh-cleanups.cpp
  test/CodeGenCXX/microsoft-abi-eh-terminate.cpp
  test/CodeGenCXX/microsoft-abi-thread-safe-statics.cpp
  test/CodeGenCXX/microsoft-abi-try-throw.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15140.42618.patch
Type: text/x-patch
Size: 43046 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20151212/12746a68/attachment-0001.bin>


More information about the cfe-commits mailing list