[PATCH] D97584: [llvm] Mark Transforms/Attributor/ArgumentPromotion/crash.ll as unsupported on Windows

Stella Stamenova via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 26 14:53:00 PST 2021


stella.stamenova created this revision.
stella.stamenova added a reviewer: jdoerfert.
Herald added a reviewer: uenoku.
Herald added subscribers: okura, kuter, uenoku.
stella.stamenova requested review of this revision.
Herald added a reviewer: sstefan1.
Herald added a reviewer: baziotis.
Herald added subscribers: llvm-commits, bbn.
Herald added a project: LLVM.

The test actually passes in Release and fails in Debug, but there's no way to disable it for just some flavors and not others. The failure is due to https://reviews.llvm.org/rGd13daa4018faf6a3427d80ed17e10f5913fee1b5 and it is expected that it will eventually be fixed but in the mean time this disables the failures


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D97584

Files:
  llvm/test/Transforms/Attributor/ArgumentPromotion/crash.ll


Index: llvm/test/Transforms/Attributor/ArgumentPromotion/crash.ll
===================================================================
--- llvm/test/Transforms/Attributor/ArgumentPromotion/crash.ll
+++ llvm/test/Transforms/Attributor/ArgumentPromotion/crash.ll
@@ -4,6 +4,9 @@
 ; RUN: opt -attributor-cgscc -enable-new-pm=0 -attributor-manifest-internal  -attributor-annotate-decl-cs -S < %s | FileCheck %s --check-prefixes=CHECK,NOT_TUNIT_NPM,NOT_TUNIT_OPM,NOT_CGSCC_NPM,IS__CGSCC____,IS________OPM,IS__CGSCC_OPM
 ; RUN: opt -aa-pipeline=basic-aa -passes=attributor-cgscc -attributor-manifest-internal  -attributor-annotate-decl-cs -S < %s | FileCheck %s --check-prefixes=CHECK,NOT_TUNIT_NPM,NOT_TUNIT_OPM,NOT_CGSCC_OPM,IS__CGSCC____,IS________NPM,IS__CGSCC_NPM
 
+; This test fails on Windows in Debug due to https://reviews.llvm.org/rGd13daa4018faf6a3427d80ed17e10f5913fee1b5
+; UNSUPPORTED: system-windows
+
 %S = type { %S* }
 
 ; Inlining should nuke the invoke (and any inlined calls) here even with


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D97584.326810.patch
Type: text/x-patch
Size: 1006 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210226/ca8c2896/attachment.bin>


More information about the llvm-commits mailing list