[polly] Load NPM pass plugin for NPM test.

This fixes the polly-*-plugin buildbots.
This commit is contained in:
Michael Kruse 2022-05-09 16:05:03 -05:00
parent 1cff71b975
commit e61baceedb

View File

@ -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.