[PATCH] D129116: ManagedStatic: remove from DebugCounter

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 30 20:52:57 PDT 2022


mehdi_amini added a comment.

Seems like this leads to an issue with one of our build config:

  : CommandLine Error: Option 'debug-counter' registered more than once!
  LLVM ERROR: inconsistency in registered CommandLine options
  /tmp/ci-m2DdQ5vcSh/tools/mlir/test/mlir-pdll-lsp-server/Output/exit-with-shutdown.test.script: line 1: 27186 Aborted                 (core dumped) mlir-pdll-lsp-server -lit-test < /var/lib/buildkite-agent/builds/buildkite-588bd64db9-w8hgc-1/mlir/mlir-core/mlir/test/mlir-pdll-lsp-server/exit-with-shutdown.test

See log and cmake invocation here: https://buildkite.com/mlir/mlir-core/builds/26578#01842a7b-cfac-4cce-aecd-70d10fb3e088

(it might be something to fix in how mlir-pdll-lsp-server is defined?)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129116



More information about the llvm-commits mailing list