[PATCH] D108946: Fix dbg-distring-uint.ll test failure on platforms not supporting x86 target

Chih-Ping Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 30 13:45:47 PDT 2021


cchen15 created this revision.
cchen15 added a reviewer: aprantl.
cchen15 requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Added a 'REQUIRES' command in the test to prevent it from running everywhere.


https://reviews.llvm.org/D108946

Files:
  llvm/test/CodeGen/Generic/dbg-distringtype-uint.ll


Index: llvm/test/CodeGen/Generic/dbg-distringtype-uint.ll
===================================================================
--- llvm/test/CodeGen/Generic/dbg-distringtype-uint.ll
+++ llvm/test/CodeGen/Generic/dbg-distringtype-uint.ll
@@ -1,3 +1,4 @@
+; REQUIRES: x86-registered-target
 ; RUN: llc -filetype=obj < %s | llvm-dwarfdump -debug-info - | FileCheck %s
 ;
 ; CHECK: [[SYM:[a-z0-9]+]]:  DW_TAG_formal_parameter


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108946.369542.patch
Type: text/x-patch
Size: 421 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210830/c9e65d19/attachment.bin>


More information about the llvm-commits mailing list