[PATCH] D143704: [flang] Feature list plugin

Valentin Clement via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Mar 17 08:20:52 PDT 2023


clementval added a comment.

pre-commit ci is showing a different failure:

  ******************** TEST 'Flang :: Examples/feature-list-class.f90' FAILED ********************
  Script:
  --
  : 'RUN: at line 4';   /var/lib/buildkite-agent/builds/llvm-project/build/bin/flang-new -fc1 -load /var/lib/buildkite-agent/builds/llvm-project/build/lib/flangFeatureList.so             -plugin feature-list /var/lib/buildkite-agent/builds/llvm-project/flang/test/Examples/feature-list-class.f90 2>&1 | /var/lib/buildkite-agent/builds/llvm-project/build/bin/FileCheck /var/lib/buildkite-agent/builds/llvm-project/flang/test/Examples/feature-list-class.f90
  --
  Exit Code: 1
   
  Command Output (stderr):
  --
  /var/lib/buildkite-agent/builds/llvm-project/flang/test/Examples/feature-list-class.f90:31:10: error: CHECK: expected string not found in input
  ! CHECK: Name: 32
           ^
  <stdin>:1:1: note: scanning from here
  error: unable to load plugin '/var/lib/buildkite-agent/builds/llvm-project/build/lib/flangFeatureList.so': '/var/lib/buildkite-agent/builds/llvm-project/build/lib/flangFeatureList.so: cannot open shared object file: No such file or directory'
  ^
  <stdin>:1:198: note: possible intended match here
  error: unable to load plugin '/var/lib/buildkite-agent/builds/llvm-project/build/lib/flangFeatureList.so': '/var/lib/buildkite-agent/builds/llvm-project/build/lib/flangFeatureList.so: cannot open shared object file: No such file or directory'
                                                                                                                                                                                                       ^
   
  Input file: <stdin>
  Check file: /var/lib/buildkite-agent/builds/llvm-project/flang/test/Examples/feature-list-class.f90
   
  -dump-input=help explains the following input dump.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143704



More information about the cfe-commits mailing list