Skip to content

Commit da6283a

Browse files
authored
[bazel][libc] Port #157701: msvc compat fixes (#157722)
1 parent 5a1243c commit da6283a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

utils/bazel/llvm-project-overlay/libc/BUILD.bazel

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -580,6 +580,7 @@ libc_support_library(
580580
":__support_macros_attributes",
581581
":__support_macros_config",
582582
":__support_macros_properties_architectures",
583+
":__support_macros_properties_compiler",
583584
":hdr_stdint_proxy",
584585
],
585586
)
@@ -759,6 +760,7 @@ libc_support_library(
759760
deps = [
760761
":__support_macros_attributes",
761762
":__support_macros_config",
763+
":__support_macros_properties_compiler",
762764
":__support_macros_properties_complex_types",
763765
":__support_macros_properties_types",
764766
":hdr_stdint_proxy",

0 commit comments

Comments
 (0)