commit | 3d2c197763e7dedc70cb2668f4c9e475a29211e8 | [log] [tgz] |
---|---|---|
author | Andrew Walbran <qwandor@google.com> | Tue Apr 07 12:24:26 2020 +0100 |
committer | Andrew Walbran <qwandor@google.com> | Tue Apr 07 12:28:54 2020 +0100 |
tree | e76c4d58129a900998f6d55c53ebb80864d2704e | |
parent | 2aec8b56efced425c5890e574509089ec4f5c8cf [diff] [blame] |
Update prebuilt Clang to r365631c1 from Android. The version we had was segfaulting. Bug: 132420445 Change-Id: Icb45a6fe0b4e2166f7895e669df1157cec9fb4e0
diff --git a/linux-x64/clang/include/llvm/Bitcode/BitcodeReader.h b/linux-x64/clang/include/llvm/Bitcode/BitcodeReader.h index 3e8e7ed..ba61da7 100644 --- a/linux-x64/clang/include/llvm/Bitcode/BitcodeReader.h +++ b/linux-x64/clang/include/llvm/Bitcode/BitcodeReader.h
@@ -15,7 +15,7 @@ #include "llvm/ADT/ArrayRef.h" #include "llvm/ADT/StringRef.h" -#include "llvm/Bitcode/BitCodes.h" +#include "llvm/Bitstream/BitCodes.h" #include "llvm/IR/ModuleSummaryIndex.h" #include "llvm/Support/Endian.h" #include "llvm/Support/Error.h"