[PATCH] SEH exceptions on Win64 (LLVM)

Martell Malone martellmalone at gmail.com
Fri Apr 18 06:11:59 PDT 2014


  if (is64Bit && Triple.isWindowsGNUEnvironment())
  should be
  if (is64Bit && T.isWindowsGNUEnvironment())

http://reviews.llvm.org/D3418






More information about the llvm-commits mailing list