diff options
author | Joseph Huber <huberjn@outlook.com> | 2024-03-25 08:02:53 -0500 |
---|---|---|
committer | Joseph Huber <huberjn@outlook.com> | 2024-03-25 08:02:53 -0500 |
commit | 46a737cef2a709d5c121ab616fc80088ce2eed46 (patch) | |
tree | e60e5fa8652449786ce1b99108e275242aa39d50 /llvm/lib/CodeGen/MachineModuleInfoImpls.cpp | |
parent | 684ca6a25ae0a4b8d015ed321f7e99cb7153951e (diff) | |
download | llvm-46a737cef2a709d5c121ab616fc80088ce2eed46.zip llvm-46a737cef2a709d5c121ab616fc80088ce2eed46.tar.gz llvm-46a737cef2a709d5c121ab616fc80088ce2eed46.tar.bz2 |
[LLVM] Fix linking object library in tablegen
Summary:
The patch https://github.com/llvm/llvm-project/pull/80847 introduced
some changes to how we build tablegen. Some files weren't build included
properly on my build. We don't need to fish out the objects directly
from an object library build, we can simply add it to the link libraries
and CMake will include them for you. This fixed the issue of missings
defs for me and is more canonical.
Diffstat (limited to 'llvm/lib/CodeGen/MachineModuleInfoImpls.cpp')
0 files changed, 0 insertions, 0 deletions