[Mlir-commits] [mlir] Add REQUIRES: asserts to limit the test to debug only. (PR #83145)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Tue Feb 27 07:43:53 PST 2024


llvmbot wrote:


<!--LLVM PR SUMMARY COMMENT-->

@llvm/pr-subscribers-mlir

Author: Xiang Li (python3kgae)

<details>
<summary>Changes</summary>



---
Full diff: https://github.com/llvm/llvm-project/pull/83145.diff


1 Files Affected:

- (modified) mlir/test/Target/LLVMIR/erase-dangling-constants.mlir (+1) 


``````````diff
diff --git a/mlir/test/Target/LLVMIR/erase-dangling-constants.mlir b/mlir/test/Target/LLVMIR/erase-dangling-constants.mlir
index b3b5d540ae88fc..dbb67559560031 100644
--- a/mlir/test/Target/LLVMIR/erase-dangling-constants.mlir
+++ b/mlir/test/Target/LLVMIR/erase-dangling-constants.mlir
@@ -1,3 +1,4 @@
+// REQUIRES: asserts
 // RUN: mlir-translate -mlir-to-llvmir %s -debug-only=llvm-dialect-to-llvm-ir 2>&1 | FileCheck %s
 
 // CHECK: Convert initializer for dup_const

``````````

</details>


https://github.com/llvm/llvm-project/pull/83145


More information about the Mlir-commits mailing list