[CMake] More refactoring of symlink creation.
[oota-llvm.git] / test / CodeGen / WinEH / seh-simple.ll
index 060186484aec5be279a09c03517fa56018e96a0e..9974548ba33fd5ef5a8cfe870ed9878fccf9eefd 100644 (file)
@@ -1,5 +1,7 @@
 ; RUN: opt -S -winehprepare -mtriple=x86_64-windows-msvc < %s \
 ; RUN:                 | FileCheck %s --check-prefix=CHECK --check-prefix=X64
+; RUN: opt -S -winehprepare -mtriple=x86_64-windows-coreclr < %s \
+; RUN:                 | FileCheck %s --check-prefix=CHECK --check-prefix=X64
 
 ; This test should also pass in 32-bit using _except_handler3.
 ; RUN: sed -e 's/__C_specific_handler/_except_handler3/' %s \