From 93d95dec97ad804b89ccfc39c89d2984e9a5a287 Mon Sep 17 00:00:00 2001 From: Esun Kim Date: Fri, 16 Jul 2021 10:05:11 -0700 Subject: [PATCH] Use plane clang instead of clang-5.0 (#26697) --- BUILDING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BUILDING.md b/BUILDING.md index 4a69c3b779f..eb7294d2dfe 100644 --- a/BUILDING.md +++ b/BUILDING.md @@ -20,7 +20,7 @@ If you plan to build using CMake If you are a contributor and plan to build and run tests, install the following as well: ```sh $ # clang and LLVM C++ lib is only required for sanitizer builds - $ [sudo] apt-get install clang-5.0 libc++-dev + $ [sudo] apt-get install clang libc++-dev ``` ## MacOS