vscode-mlir icon indicating copy to clipboard operation
vscode-mlir copied to clipboard

Standalone project cannot find reference in ".td" file.

Open ZimmerZheng opened this issue 6 months ago • 0 comments

I followed this page https://github.com/llvm/llvm-project/tree/main/mlir/examples/standalone, use "Building - Component Build" to build my out-of-tree project. I copy example/standalone to other folder as my template project and successfully configure and build it.

But the ".td" file in new folder project cannot find reference and definition in vscode. Should I specific something like include path in MLIR extension's setting? By the way, .cpp files go to definition function is ok.

  1. Standalone copy to new folder cannot go to definition. image

  2. Standalone inside llvm-project mlir/example is ok. image

ZimmerZheng avatar Aug 21 '24 03:08 ZimmerZheng