Author: Craig Topper Date: 2023-04-29T13:33:54-07:00 New Revision: a4797869e73355209206a5175c11bedb14013211
URL: https://github.com/llvm/llvm-project/commit/a4797869e73355209206a5175c11bedb14013211 DIFF: https://github.com/llvm/llvm-project/commit/a4797869e73355209206a5175c11bedb14013211.diff LOG: [RISCV][Sema] Add a build dependency on RISCVTargetParserTableGen after D145088. Need to find a better home for RISCV::RVVBitsPerBlock to remove this dependency. This just a quick fix to fix the build. Added: Modified: clang/lib/Sema/CMakeLists.txt Removed: ################################################################################ diff --git a/clang/lib/Sema/CMakeLists.txt b/clang/lib/Sema/CMakeLists.txt index 629fafadcf9f4..843a269dac720 100644 --- a/clang/lib/Sema/CMakeLists.txt +++ b/clang/lib/Sema/CMakeLists.txt @@ -71,6 +71,7 @@ add_clang_library(clangSema DEPENDS ClangOpenCLBuiltinsImpl omp_gen + RISCVTargetParserTableGen LINK_LIBS clangAST _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits