[all-commits] [llvm/llvm-project] 46a737: [LLVM] Fix linking object library in tablegen
Joseph Huber via All-commits
all-commits at lists.llvm.org
Mon Mar 25 06:04:23 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 46a737cef2a709d5c121ab616fc80088ce2eed46
https://github.com/llvm/llvm-project/commit/46a737cef2a709d5c121ab616fc80088ce2eed46
Author: Joseph Huber <huberjn at outlook.com>
Date: 2024-03-25 (Mon, 25 Mar 2024)
Changed paths:
M llvm/utils/TableGen/Common/CMakeLists.txt
Log Message:
-----------
[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.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list