[PATCH] D129116: ManagedStatic: remove from DebugCounter

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 2 12:31:59 PDT 2022


mehdi_amini added a comment.

That why I sent a link to the log with the cmake invocation so that you can reproduce and fix it...

Simplifying the cmake from the log in the link I sent on Monday, this should be enough to reproduce:

`cmake -G Ninja ${src_dir}/llvm -DLLVM_TARGETS_TO_BUILD="X86" -DLLVM_ENABLE_PROJECTS=mlir  -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_ASSERTIONS=Off -DLLVM_LINK_LLVM_DYLIB=ON `

It's very likely that `ninja mlir-pdll-lsp-server` and `./bin/mlir-pdll-lsp-server` would be enough to repro.


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