[PATCH] D50029: [COFF, ARM64] Enable SEH for ARM64 Windows

Mandeep Singh Grang via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Jul 30 17:07:18 PDT 2018


mgrang added inline comments.


================
Comment at: test/CodeGen/exceptions-seh.c:10
+// RUN: %clang_cc1 %s -triple aarch64-windows -fms-extensions -emit-llvm -o - \
+// RUN:         | FileCheck %s --check-prefix=X64-GNU
 
----------------
Is it OK to re-use the X64-GNU check prefix here or should I create one called X64-MS?


Repository:
  rC Clang

https://reviews.llvm.org/D50029





More information about the cfe-commits mailing list