[PATCH] D79897: Only run pretty-printer tests for debug builds.

Christian Sigg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 13 11:58:08 PDT 2020


csigg created this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D79897

Files:
  debuginfo-tests/llvm-prettyprinters/gdb/llvm-support.gdb


Index: debuginfo-tests/llvm-prettyprinters/gdb/llvm-support.gdb
===================================================================
--- debuginfo-tests/llvm-prettyprinters/gdb/llvm-support.gdb
+++ debuginfo-tests/llvm-prettyprinters/gdb/llvm-support.gdb
@@ -1,4 +1,5 @@
 # RUN: gdb -q -batch -n -iex 'source %llvm_src_root/utils/gdb-scripts/prettyprinters.py' -x %s %llvm_tools_dir/check-gdb-llvm-support | FileCheck %s --dump-input-on-failure
+# REQUIRES: asserts
 
 break main
 run


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79897.263808.patch
Type: text/x-patch
Size: 484 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200513/2d8b95e4/attachment.bin>


More information about the llvm-commits mailing list