Bazel: Try alwayslink
authorDavid Blaikie <dblaikie@gmail.com>
Tue, 4 Apr 2023 17:45:27 +0000 (17:45 +0000)
committerDavid Blaikie <dblaikie@gmail.com>
Tue, 4 Apr 2023 17:45:27 +0000 (17:45 +0000)
utils/bazel/llvm-project-overlay/llvm/BUILD.bazel

index c4a57c4..0167c26 100644 (file)
@@ -615,6 +615,7 @@ cc_library(
         # regular dependency.
         "include/llvm/MC/*.h",
     ]),
+    alwayslink = True,
     copts = llvm_copts,
     textual_hdrs = glob(["utils/TableGen/*.def"]),
     deps = [