Update clang to r487747c

Bug: 281596081
Test: presubmit
(cherry picked from https://android-review.googlesource.com/q/commit:8ba2eb4bb6d45cc91f180f30c5f631280fe15e8b)
Merged-In: I6a49d6b4d651759b240c5248a7de8fd2a2fb3a54
Change-Id: I6a49d6b4d651759b240c5248a7de8fd2a2fb3a54
This commit is contained in:
Yi Kong 2023-05-19 20:04:16 +00:00 committed by Cherrypicker Worker
parent 08477b2e6c
commit 4ac0fd8561
1 changed files with 1 additions and 1 deletions

View File

@ -158,7 +158,7 @@ genrule {
],
out: ["lib.rs"],
tools: ["dtc"],
cmd: "prebuilts/clang/host/linux-x86/clang-r487747/bin/clang " + // UGLY!!!
cmd: "prebuilts/clang/host/linux-x86/clang-r487747c/bin/clang " + // UGLY!!!
"-E -P -x assembler-with-cpp -I external/arm-trusted-firmware/include " +
"-o $(genDir)/preprocessed.dts $(location platform.dts) && " +
"$(location dtc) -I dts -O dtb -o $(genDir)/compiled.dtbo $(genDir)/preprocessed.dts && " +