Use plane clang instead of clang-5.0 (#26697)

pull/26711/head
Esun Kim 4 years ago committed by GitHub
parent 02c6d81eea
commit 93d95dec97
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      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: If you are a contributor and plan to build and run tests, install the following as well:
```sh ```sh
$ # clang and LLVM C++ lib is only required for sanitizer builds $ # 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 ## MacOS

Loading…
Cancel
Save