[PATCH] D105429: [JITLink][RISCV] Initial Support RISCV64 in JITLink

Yaxun Liu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 23 08:58:36 PDT 2021


yaxunl added a comment.

This caused regressions in https://lab.llvm.org/buildbot/#/builders/165/builds/4168

CMake Error at cmake/modules/AddLLVM.cmake:538 (add_library):

  Cannot find source file:
    riscv.cpp
  Tried extensions .c .C .c++ .cc .cpp .cxx .cu .mpp .m .M .mm .h .hh .h++
  .hm .hpp .hxx .in .txx .f .F .for .f77 .f90 .f95 .f03 .ispc

Call Stack (most recent call first):

  cmake/modules/AddLLVM.cmake:794 (llvm_add_library)
  cmake/modules/AddLLVM.cmake:769 (add_llvm_library)
  lib/ExecutionEngine/JITLink/CMakeLists.txt:1 (add_llvm_component_library)


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D105429



More information about the llvm-commits mailing list