[llvm] 2aaafaf - [NFC] Add missing REQUIRES clause to a test

Danila Malyutin via llvm-commits llvm-commits at lists.llvm.org
Wed Mar 18 06:35:30 PDT 2020


Author: Danila Malyutin
Date: 2020-03-18T16:35:10+03:00
New Revision: 2aaafaf5005f32720ce6cb3d7c8e84f4fcfa47ec

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

LOG: [NFC] Add missing REQUIRES clause to a test

Added: 
    

Modified: 
    llvm/test/CodeGen/Generic/csw-debug-assert.ll

Removed: 
    


################################################################################
diff  --git a/llvm/test/CodeGen/Generic/csw-debug-assert.ll b/llvm/test/CodeGen/Generic/csw-debug-assert.ll
index f82b0d1b12ca..b87638eb8f73 100644
--- a/llvm/test/CodeGen/Generic/csw-debug-assert.ll
+++ b/llvm/test/CodeGen/Generic/csw-debug-assert.ll
@@ -1,5 +1,6 @@
 ; Check that compiler doesn't crash when calculateSpillWeightsAndHints is called with dbg instrs present
 ; REQUIRES: asserts
+; REQUIRES: x86_64-linux
 ; RUN: llc -O1 -regalloc=pbqp < %s | FileCheck %s
 
 target datalayout = "e-m:e-p270:32:32-p271:32:32-p272:64:64-i64:64-f80:128-n8:16:32:64-S128"


        


More information about the llvm-commits mailing list