diff options
author | Stella Laurenzo <stellaraccident@gmail.com> | 2023-12-12 14:10:06 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-12 14:10:06 -0800 |
commit | 8eff5704829ba5edd28754fd9ec7665b34fde22a (patch) | |
tree | 88d104707898c1c928253d2b3db861505e4b9728 /llvm/lib/TextAPI/DylibReader.cpp | |
parent | 9567b33fa15e5349cb522a3b3e39abc300c7644c (diff) | |
download | llvm-8eff5704829ba5edd28754fd9ec7665b34fde22a.zip llvm-8eff5704829ba5edd28754fd9ec7665b34fde22a.tar.gz llvm-8eff5704829ba5edd28754fd9ec7665b34fde22a.tar.bz2 |
Add missing dep on MLIRToLLVMIRTranslationRegistration to mlir-opt. (#75111)
I was not able to fully triage why this just started failing on one of
our bots as it seems that the use was added 4 months ago. I would assume
that it was accidentally coming in transitively in some way as the dep
was definitely missing.
For context, this started failing in [our
byo_llvm](https://github.com/openxla/iree/blob/main/build_tools/llvm/byo_llvm.sh)
build on a stock build of MLIR on top of an existing LLVM. We were
getting:
```
ld.lld: error: undefined symbol: mlir::registerSPIRVDialectTranslation(mlir::DialectRegistry&) >>> referenced by mlir-opt.cpp
>>> tools/mlir-opt/CMakeFiles/mlir-opt.dir/mlir-opt.cpp.o:(main)
```
Diffstat (limited to 'llvm/lib/TextAPI/DylibReader.cpp')
0 files changed, 0 insertions, 0 deletions