[all-commits] [llvm/llvm-project] 91b6ef: [M68k] Put M68kInfo as the direct library dependen...

Min-Yih Hsu via All-commits all-commits at lists.llvm.org
Tue Apr 13 21:21:55 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 91b6ef64db55084b33295e640258c926acedcb1a
      https://github.com/llvm/llvm-project/commit/91b6ef64db55084b33295e640258c926acedcb1a
  Author: Min-Yih Hsu <minyihh at uci.edu>
  Date:   2021-04-13 (Tue, 13 Apr 2021)

  Changed paths:
    M llvm/lib/Target/M68k/AsmParser/CMakeLists.txt

  Log Message:
  -----------
  [M68k] Put M68kInfo as the direct library dependency for AsmParser

M68kAsmParser uses `llvm::getTheM68kTarget` from M68kInfo, therefore we
should put M68kInfo as its direct dependency. 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