diff options
author | Will Dietz <will.dietz@sifive.com> | 2023-08-22 11:40:47 -0500 |
---|---|---|
committer | Will Dietz <w@wdtz.org> | 2023-08-25 20:28:27 -0500 |
commit | 08ed557714eed7f5cde9d1c5606f58280683884a (patch) | |
tree | e91a1940cfe171e3089d21c081e902f210bba1d7 /llvm/lib/CodeGen/MachineCSE.cpp | |
parent | b9deec1cd9ca6ad196c45193f49abc550b6dc662 (diff) | |
download | llvm-08ed557714eed7f5cde9d1c5606f58280683884a.zip llvm-08ed557714eed7f5cde9d1c5606f58280683884a.tar.gz llvm-08ed557714eed7f5cde9d1c5606f58280683884a.tar.bz2 |
[mlir] mlir-opt: Fix linking after 7c4e8c6a273f2 .
Without this, undefined refernces to the LLVMIR translations:
```
ld: mlir-opt.cpp:(.text.startup.main+0x49): undefined reference to `mlir::registerAMXDialectTranslation(mlir::DialectRegistry&)'
ld: mlir-opt.cpp:(.text.startup.main+0x51): undefined reference to `mlir::registerArmSMEDialectTranslation(mlir::DialectRegistry&)'
ld: mlir-opt.cpp:(.text.startup.main+0x59): undefined reference to `mlir::registerArmSVEDialectTranslation(mlir::DialectRegistry&)'
ld: mlir-opt.cpp:(.text.startup.main+0x81): undefined reference to `mlir::registerOpenACCDialectTranslation(mlir::DialectRegistry&)'
ld: mlir-opt.cpp:(.text.startup.main+0x89): undefined reference to `mlir::registerOpenMPDialectTranslation(mlir::DialectRegistry&)'
ld: mlir-opt.cpp:(.text.startup.main+0x99): undefined reference to `mlir::registerX86VectorDialectTranslation(mlir::DialectRegistry&)'
```
Reviewed By: stellaraccident
Differential Revision: https://reviews.llvm.org/D158606
Diffstat (limited to 'llvm/lib/CodeGen/MachineCSE.cpp')
0 files changed, 0 insertions, 0 deletions