mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-16 09:16:31 +00:00
[bazel] Port 65bc259a97cd8cc70907b65f59aff728245ba9c0 (#109458)
This commit is contained in:
parent
7f1633c521
commit
ccff6cc3b3
@ -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",
|
||||
],
|
||||
)
|
||||
|
@ -5279,6 +5279,7 @@ cc_library(
|
||||
":IR",
|
||||
":Support",
|
||||
"//llvm:Support",
|
||||
"//llvm:config",
|
||||
],
|
||||
)
|
||||
|
||||
@ -7460,6 +7461,7 @@ cc_library(
|
||||
deps = [
|
||||
":SPIRVDialect",
|
||||
":Support",
|
||||
"//llvm:config",
|
||||
],
|
||||
)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user