diff options
| author | Florian Hahn <flo@fhahn.com> | 2019-03-04 23:37:41 +0000 |
|---|---|---|
| committer | Florian Hahn <flo@fhahn.com> | 2019-03-04 23:37:41 +0000 |
| commit | fd2d89f98b1bb1c387132035cf502e424d13b9e9 (patch) | |
| tree | 688bcc23d433c7e14604e131d3838127fbfc93eb /llvm/test/CodeGen | |
| parent | 53d7c5cd44798c7d208f47244b43b8c2b01609fb (diff) | |
| download | bcm5719-llvm-fd2d89f98b1bb1c387132035cf502e424d13b9e9.tar.gz bcm5719-llvm-fd2d89f98b1bb1c387132035cf502e424d13b9e9.zip | |
Fix invalid target triples in tests. (NFC)
llvm-svn: 355349
Diffstat (limited to 'llvm/test/CodeGen')
| -rw-r--r-- | llvm/test/CodeGen/WinEH/wineh-no-demotion.ll | 2 | ||||
| -rw-r--r-- | llvm/test/CodeGen/WinEH/wineh-statenumbering-cleanups.ll | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/WinEH/wineh-no-demotion.ll b/llvm/test/CodeGen/WinEH/wineh-no-demotion.ll index 0901e27c301..277dd5c0e6a 100644 --- a/llvm/test/CodeGen/WinEH/wineh-no-demotion.ll +++ b/llvm/test/CodeGen/WinEH/wineh-no-demotion.ll @@ -1,4 +1,4 @@ -; RUN: opt -mtriple=x86_x64-pc-windows-msvc -S -winehprepare -disable-demotion -disable-cleanups < %s | FileCheck %s +; RUN: opt -mtriple=x86_64-pc-windows-msvc -S -winehprepare -disable-demotion -disable-cleanups < %s | FileCheck %s declare i32 @__CxxFrameHandler3(...) diff --git a/llvm/test/CodeGen/WinEH/wineh-statenumbering-cleanups.ll b/llvm/test/CodeGen/WinEH/wineh-statenumbering-cleanups.ll index a18e412255e..4a7189a0ed6 100644 --- a/llvm/test/CodeGen/WinEH/wineh-statenumbering-cleanups.ll +++ b/llvm/test/CodeGen/WinEH/wineh-statenumbering-cleanups.ll @@ -1,5 +1,5 @@ -; RUN: sed -e s/.Cxx:// %s | opt -mtriple=x86-pc-windows-msvc -S -x86-winehstate | FileCheck %s -; RUN: sed -e s/.SEH:// %s | opt -mtriple=x86-pc-windows-msvc -S -x86-winehstate | FileCheck %s +; RUN: sed -e s/.Cxx:// %s | opt -mtriple=i386-pc-windows-msvc -S -x86-winehstate | FileCheck %s +; RUN: sed -e s/.SEH:// %s | opt -mtriple=i386-pc-windows-msvc -S -x86-winehstate | FileCheck %s declare i32 @__CxxFrameHandler3(...) declare i32 @_except_handler3(...) |

