[bazel] Port 65bc259a97cd8cc70907b65f59aff728245ba9c0 (#109458)

This commit is contained in:
Keith Smiley 2024-09-20 12:14:08 -07:00 committed by GitHub
parent 7f1633c521
commit ccff6cc3b3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 1 deletions

View File

@ -116,11 +116,11 @@ cc_library(
srcs = glob([
"lib/RuntimeLibs/*.cpp",
]),
defines = ["CMAKE_INSTALL_FULL_LIBDIR=\\\"\\\""],
includes = ["include"],
textual_hdrs = glob([
"include/bolt/RuntimeLibs/*.h",
]) + ["include/bolt/RuntimeLibs/RuntimeLibraryVariables.inc"],
defines=["CMAKE_INSTALL_FULL_LIBDIR=\\\"\\\""],
deps = [
":Core",
":Passes",
@ -287,6 +287,7 @@ cc_library(
"//llvm:ObjectYAML",
"//llvm:Support",
"//llvm:TargetParser",
"//llvm:config",
"//llvm:ir_headers",
],
)

View File

@ -5279,6 +5279,7 @@ cc_library(
":IR",
":Support",
"//llvm:Support",
"//llvm:config",
],
)
@ -7460,6 +7461,7 @@ cc_library(
deps = [
":SPIRVDialect",
":Support",
"//llvm:config",
],
)