From e61baceedb91fcedc7d8a9554b018cb560cd84f3 Mon Sep 17 00:00:00 2001 From: Michael Kruse Date: Mon, 9 May 2022 16:05:03 -0500 Subject: [PATCH] [polly] Load NPM pass plugin for NPM test. This fixes the polly-*-plugin buildbots. --- polly/test/ScopDetect/dot-scops-npm.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polly/test/ScopDetect/dot-scops-npm.ll b/polly/test/ScopDetect/dot-scops-npm.ll index 3a72d24ffd40..16211f5b5642 100644 --- a/polly/test/ScopDetect/dot-scops-npm.ll +++ b/polly/test/ScopDetect/dot-scops-npm.ll @@ -1,4 +1,4 @@ -; RUN: opt %loadPolly "-passes=polly-scop-printer" -disable-output < %s +; RUN: opt %loadNPMPolly "-passes=polly-scop-printer" -disable-output < %s ; RUN: FileCheck %s -input-file=scops.func.dot ; ; Check that the ScopPrinter does not crash.