From: Dmitri Gribenko Date: Wed, 17 May 2023 12:18:08 +0000 (+0200) Subject: [bazel] Fix missing deps for layering check X-Git-Tag: upstream/17.0.6~8167 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2fa9598ef75228d64a9ae408394038485c72e4ff;p=platform%2Fupstream%2Fllvm.git [bazel] Fix missing deps for layering check Dependency was introduced by https://github.com/llvm/llvm-project/commit/2c874d2128e35bb38817f349cfdfe9eca7281c9d --- diff --git a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel index 1d1731b..37a6082 100644 --- a/utils/bazel/llvm-project-overlay/libc/BUILD.bazel +++ b/utils/bazel/llvm-project-overlay/libc/BUILD.bazel @@ -100,6 +100,7 @@ libc_support_library( name = "__support_macros_optimization", hdrs = ["src/__support/macros/optimization.h"], deps = [ + ":__support_macros_attributes", ":__support_macros_config", ":__support_macros_properties_compiler", ":libc_root",