Skip to content

Commit

Permalink
[Bazel] Fixup for D144351, Add alwayslink to //llvm:tblgen
Browse files Browse the repository at this point in the history
  • Loading branch information
chapuni committed Mar 21, 2023
1 parent 6beb371 commit 3e79dfa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions utils/bazel/llvm-project-overlay/llvm/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -570,6 +570,7 @@ cc_library(

cc_library(
name = "tblgen",
alwayslink = True,
srcs = glob([
"utils/TableGen/*.cpp",
"utils/TableGen/*.inc",
Expand Down

0 comments on commit 3e79dfa

Please sign in to comment.