[bazel] Port 911d2dc (LLVMFrontendHLSL)

This commit is contained in:
Benjamin Kramer 2022-10-14 21:06:57 +02:00
parent edfd8c66bc
commit 08ec744d4d
2 changed files with 16 additions and 0 deletions

View File

@ -1630,6 +1630,7 @@ cc_library(
"//llvm:Coverage",
"//llvm:DebugInfoDWARF",
"//llvm:Demangle",
"//llvm:FrontendHLSL",
"//llvm:FrontendOpenMP",
"//llvm:IPO",
"//llvm:IRReader",

View File

@ -1217,6 +1217,21 @@ cc_library(
],
)
cc_library(
name = "FrontendHLSL",
srcs = glob([
"lib/Frontend/HLSL/*.cpp",
]),
hdrs = glob([
"include/llvm/Frontend/HLSL/*.h",
]),
copts = llvm_copts,
deps = [
":Core",
":Support",
],
)
filegroup(
name = "omp_td_files",
srcs = glob([