Skip to content

Commit

Permalink
[RISCV][Sema] Add a build dependency on RISCVTargetParserTableGen aft…
Browse files Browse the repository at this point in the history
…er D145088.

Need to find a better home for RISCV::RVVBitsPerBlock to remove
this dependency. This just a quick fix to fix the build.
  • Loading branch information
topperc committed Apr 29, 2023
1 parent b14be1e commit a479786
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions clang/lib/Sema/CMakeLists.txt
Expand Up @@ -71,6 +71,7 @@ add_clang_library(clangSema
DEPENDS
ClangOpenCLBuiltinsImpl
omp_gen
RISCVTargetParserTableGen

LINK_LIBS
clangAST
Expand Down

0 comments on commit a479786

Please sign in to comment.