build.config.common: Revert the compiler back to clang-r370808
Due to the recent issues seen while parsing the va_args(), the compiler is switched back to the older version, clang-r370808, which is much stable than the current one. Update the ABI snapshot accordingly. Change-Id: Ib3c6b23ba40a9c036b961e839b89280aaa1cfd4e Signed-off-by: Raghavendra Rao Ananta <rananta@codeaurora.org>
This commit is contained in:
parent
8ec8dcf3dd
commit
e52a433a54
2 changed files with 72783 additions and 183943 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -5,7 +5,7 @@ CC=clang
|
|||
LD=ld.lld
|
||||
NM=llvm-nm
|
||||
OBJCOPY=llvm-objcopy
|
||||
CLANG_PREBUILT_BIN=prebuilts-master/clang/host/linux-x86/clang-r377782c/bin
|
||||
CLANG_PREBUILT_BIN=prebuilts-master/clang/host/linux-x86/clang-r370808/bin
|
||||
BUILDTOOLS_PREBUILT_BIN=build/build-tools/path/linux-x86
|
||||
|
||||
EXTRA_CMDS=''
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue