[PATCH] D60060: [X86] Fix a test from r357317

Krasimir Georgiev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 1 04:44:29 PDT 2019


This revision was automatically updated to reflect the committed changes.
Closed by commit rL357380: [X86] Fix a test from r357317 (authored by krasimir, committed by ).

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60060/new/

https://reviews.llvm.org/D60060

Files:
  llvm/trunk/test/CodeGen/X86/win64-nosse-error.ll


Index: llvm/trunk/test/CodeGen/X86/win64-nosse-error.ll
===================================================================
--- llvm/trunk/test/CodeGen/X86/win64-nosse-error.ll
+++ llvm/trunk/test/CodeGen/X86/win64-nosse-error.ll
@@ -1,4 +1,4 @@
-; RUN: not --crash llc %s -mattr="-sse" 2>&1 | FileCheck %s
+; RUN: not --crash llc < %s -mattr="-sse" 2>&1 | FileCheck %s
 
 target datalayout = "e-m:o-i64:64-f80:128-n8:16:32:64-S128"
 target triple = "x86_64-pc-windows-macho"


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60060.193065.patch
Type: text/x-patch
Size: 476 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190401/94fe6446/attachment.bin>


More information about the llvm-commits mailing list