Update clang-tools build to clang-r475365b

Also remove -std=c++14 flag. Because clang 16 uses c++17
by default. And some headers don't compile with c++14.

Bug: 253033919
Test: run build-prebuilts.sh
Change-Id: Ia76c227831ed62a9de190fb1d816f23d7c92fad2
This commit is contained in:
Yabin Cui
2023-01-18 10:10:20 -08:00
parent 4e13a43693
commit deddd88b27
2 changed files with 2 additions and 3 deletions

View File

@@ -36,7 +36,6 @@ cc_defaults {
cppflags: [
"-fno-exceptions",
"-fno-rtti",
"-std=c++14",
],
target: {

View File

@@ -15,5 +15,5 @@
# limitations under the License.
export LLVM_BUILD_HOST_TOOLS=true
export LLVM_PREBUILTS_VERSION=clang-r468909b
export LLVM_RELEASE_VERSION=15.0.3
export LLVM_PREBUILTS_VERSION=clang-r475365b
export LLVM_RELEASE_VERSION=16.0.2