From c257e4f67042ccfbb4e8170376d0e622621909fd Mon Sep 17 00:00:00 2001 From: Yi Kong Date: Wed, 12 Apr 2023 20:55:58 +0900 Subject: Create clang-stable symlink to the current stable toolchain `repo upload` on macOS uses darwin-x86/clang-stable/bin/clang-format. Unlike Linux, we do not need to worry so much about projects pulling clang itself from clang-stable (which creates a hidden dependency). So create a symlink is easier and avoid wasting disk space. Test: repo upload Bug: 263068264 Change-Id: I1e56085378fc03b727cfcfccaaad9d08db31654c --- clang-stable | 1 + 1 file changed, 1 insertion(+) create mode 120000 clang-stable (limited to 'clang-stable') diff --git a/clang-stable b/clang-stable new file mode 120000 index 00000000..69408ede --- /dev/null +++ b/clang-stable @@ -0,0 +1 @@ +clang-r487747 \ No newline at end of file -- cgit v1.2.3