[PATCH] D102190: [test] Put aix-xcoff-huge-relocs.ll under expensive checks

Arthur Eubanks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 10 13:45:12 PDT 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rGedfa44b73298: [test] Put aix-xcoff-huge-relocs.ll under expensive checks (authored by aeubanks).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D102190/new/

https://reviews.llvm.org/D102190

Files:
  llvm/test/CodeGen/PowerPC/aix-xcoff-huge-relocs.ll


Index: llvm/test/CodeGen/PowerPC/aix-xcoff-huge-relocs.ll
===================================================================
--- llvm/test/CodeGen/PowerPC/aix-xcoff-huge-relocs.ll
+++ llvm/test/CodeGen/PowerPC/aix-xcoff-huge-relocs.ll
@@ -1,3 +1,6 @@
+;; This test takes a very long time
+; REQUIRES: expensive_checks
+
 ;; This test generates 65535 relocation entries in a single section,
 ;; which would trigger an overflow section to be generated in 32-bit mode.
 ;; Since overflow section is not supported yet, we will emit an error instead of


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102190.344190.patch
Type: text/x-patch
Size: 549 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210510/27fb85c8/attachment.bin>


More information about the llvm-commits mailing list