[llvm] r304766 - [x86] Stop this test from dirtying the source tree when run.

Chandler Carruth via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 5 20:24:23 PDT 2017


Author: chandlerc
Date: Mon Jun  5 22:24:22 2017
New Revision: 304766

URL: http://llvm.org/viewvc/llvm-project?rev=304766&view=rev
Log:
[x86] Stop this test from dirtying the source tree when run.

The output isn't used anyways.

Modified:
    llvm/trunk/test/CodeGen/X86/selectiondag-dominator.ll

Modified: llvm/trunk/test/CodeGen/X86/selectiondag-dominator.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/selectiondag-dominator.ll?rev=304766&r1=304765&r2=304766&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/selectiondag-dominator.ll (original)
+++ llvm/trunk/test/CodeGen/X86/selectiondag-dominator.ll Mon Jun  5 22:24:22 2017
@@ -1,7 +1,7 @@
 ; Make sure we don't crash because we have a stale dominator tree.
 ; PR33266
 ; REQUIRES: asserts
-; RUN: llc -verify-dom-info %s
+; RUN: llc -o /dev/null -verify-dom-info %s
 
 target triple = "x86_64-unknown-linux-gnu"
 




More information about the llvm-commits mailing list