Hash :
eaa3d4a9
Author :
Date :
2024-10-31T16:05:34
Add llvm-libc BUILD.gn Not part of llvm-libc, needs to be copied from Chromium Missed in https://crrev.com/c/5980611 Bug: chromium:370535840 Change-Id: Iaf6a042593574715b75b44bc1daf99fd4a6193b9 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/5981291 Reviewed-by: Cody Northrop <cnorthrop@google.com> Commit-Queue: Roman Lavrov <romanl@google.com>
# Copyright 2024 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
config("config") {
visibility = [ ":*" ]
include_dirs = [ "src" ]
defines = [ "LIBC_NAMESPACE=__llvm_libc_cr" ]
}
group("llvm-libc-shared") {
# llvm-libc is only used as a dependency of libc++.
visibility = [ "//buildtools/third_party/libc++:libc++" ]
public_configs = [ ":config" ]
}