Merge pull request #28214 from francisvm/bitstream-changes/master

Cherry-pick LLVM Bitstream changes
This commit is contained in:
Alex Lorenz
2019-11-14 10:14:29 -08:00
committed by GitHub
10 changed files with 638 additions and 196 deletions

View File

@@ -22,7 +22,7 @@
#include "swift/AST/Decl.h"
#include "swift/AST/Types.h"
#include "llvm/Bitcode/RecordLayout.h"
#include "llvm/Bitcode/BitCodes.h"
#include "llvm/Bitstream/BitCodes.h"
#include "llvm/ADT/PointerEmbeddedInt.h"
namespace swift {