[all-commits] [llvm/llvm-project] 7ac461: [M68k] Put M68kDesc as the direct library dependen...
Min-Yih Hsu via All-commits
all-commits at lists.llvm.org
Mon Apr 19 15:57:15 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 7ac461f6f7059c4e4ecbd99330a9a6bffef0133b
https://github.com/llvm/llvm-project/commit/7ac461f6f7059c4e4ecbd99330a9a6bffef0133b
Author: Min-Yih Hsu <minyihh at uci.edu>
Date: 2021-04-19 (Mon, 19 Apr 2021)
Changed paths:
M llvm/lib/Target/M68k/Disassembler/CMakeLists.txt
Log Message:
-----------
[M68k] Put M68kDesc as the direct library dependency for disassembler
M68kDisassembler should put M68kDesc as its direct library dependency
since it uses logics releated to code beads Otherwise the build will
fail when building LLVM libraries as shared objects (building LLVM
libraries statically won't have this problem though)
More information about the All-commits
mailing list