mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 14:48:27 +08:00
[bazel] Fix modules build for llvm-libc (speculative) (#143995)
This commit is contained in:
@@ -1619,6 +1619,10 @@ libc_header_library(
|
||||
libc_support_library(
|
||||
name = "__support_libc_errno",
|
||||
hdrs = ["src/__support/libc_errno.h"],
|
||||
deps = [
|
||||
":__support_macros_config",
|
||||
":hdr_errno_macros",
|
||||
],
|
||||
)
|
||||
|
||||
libc_support_library(
|
||||
@@ -1981,6 +1985,9 @@ libc_support_library(
|
||||
libc_support_library(
|
||||
name = "__support_math_exp_float_constants",
|
||||
hdrs = ["src/__support/math/exp_float_constants.h"],
|
||||
deps = [
|
||||
":__support_macros_config",
|
||||
],
|
||||
)
|
||||
|
||||
libc_support_library(
|
||||
|
||||
@@ -58,6 +58,7 @@ libc_test_library(
|
||||
"//libc:__support_fputil_fp_bits",
|
||||
"//libc:__support_fputil_fpbits_str",
|
||||
"//libc:__support_fputil_rounding_mode",
|
||||
"//libc:__support_libc_errno",
|
||||
"//libc:__support_macros_config",
|
||||
"//libc:__support_macros_properties_architectures",
|
||||
"//libc:__support_macros_properties_types",
|
||||
|
||||
Reference in New Issue
Block a user