[PATCH] D95030: [CSKY 9/n] Initial codegen support for ALU operations

Min-Yih Hsu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 22 10:05:03 PDT 2021


myhsu added inline comments.


================
Comment at: llvm/lib/Target/CSKY/CMakeLists.txt:28
 
   LINK_COMPONENTS
   Core
----------------
Since you use functionalities from the `CSKYDesc` library (i.e. stuff from your `MCTargetDesc` folder), you need to link it explicitly. Otherwise the build might fail if you build LLVM libraries as shared objects


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D95030/new/

https://reviews.llvm.org/D95030



More information about the llvm-commits mailing list