[llvm] bd7ece4 - [X86] Don't write to the source directory in test

Benjamin Kramer via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 26 03:11:37 PDT 2021


Author: Benjamin Kramer
Date: 2021-08-26T12:11:20+02:00
New Revision: bd7ece4e063e7afd08cbaa311878c09aadf5ec21

URL: https://github.com/llvm/llvm-project/commit/bd7ece4e063e7afd08cbaa311878c09aadf5ec21
DIFF: https://github.com/llvm/llvm-project/commit/bd7ece4e063e7afd08cbaa311878c09aadf5ec21.diff

LOG: [X86] Don't write to the source directory in test

Added: 
    

Modified: 
    llvm/test/CodeGen/X86/attr-dontcall.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/X86/attr-dontcall.ll b/llvm/test/CodeGen/X86/attr-dontcall.ll
index cdbe99705fb21..7cdac32e7c816 100644
--- a/llvm/test/CodeGen/X86/attr-dontcall.ll
+++ b/llvm/test/CodeGen/X86/attr-dontcall.ll
@@ -1,6 +1,6 @@
-; RUN: not llc -mtriple=x86_64 -global-isel=0 -fast-isel=0 -stop-after=finalize-isel %s 2>&1 | FileCheck %s
-; RUN: not llc -mtriple=x86_64 -global-isel=0 -fast-isel=1 -stop-after=finalize-isel %s 2>&1 | FileCheck %s
-; RUN: not llc -mtriple=x86_64 -global-isel=1 -fast-isel=0 -stop-after=irtranslator -global-isel-abort=0 %s 2>&1 | FileCheck %s
+; RUN: not llc -mtriple=x86_64 -global-isel=0 -fast-isel=0 -stop-after=finalize-isel < %s 2>&1 | FileCheck %s
+; RUN: not llc -mtriple=x86_64 -global-isel=0 -fast-isel=1 -stop-after=finalize-isel < %s 2>&1 | FileCheck %s
+; RUN: not llc -mtriple=x86_64 -global-isel=1 -fast-isel=0 -stop-after=irtranslator -global-isel-abort=0 < %s 2>&1 | FileCheck %s
 
 declare void @foo() "dontcall"
 define void @bar() {


        


More information about the llvm-commits mailing list