[llvm] 6cf95ac - [Hexagon] Add REQUIRES: asserts to a testcase using -debug-only

Krzysztof Parzyszek via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 21 11:22:39 PST 2020


Author: Krzysztof Parzyszek
Date: 2020-01-21T13:22:01-06:00
New Revision: 6cf95ac22343a3f5ce58dab8fd157e237fbedb17

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

LOG: [Hexagon] Add REQUIRES: asserts to a testcase using -debug-only

Added: 
    

Modified: 
    llvm/test/CodeGen/Hexagon/tiny_bkfir_artdeps.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/Hexagon/tiny_bkfir_artdeps.ll b/llvm/test/CodeGen/Hexagon/tiny_bkfir_artdeps.ll
index 67dcf4688e46..89f9daf08a88 100644
--- a/llvm/test/CodeGen/Hexagon/tiny_bkfir_artdeps.ll
+++ b/llvm/test/CodeGen/Hexagon/tiny_bkfir_artdeps.ll
@@ -1,4 +1,5 @@
 ; RUN: llc -march=hexagon -mv67t -debug-only=pipeliner < %s 2>&1 | FileCheck %s
+; REQUIRES: asserts
 
 ; Test that the artificial dependencies have been created.
 


        


More information about the llvm-commits mailing list