ABIChecker: minor refactoring to move code to APIDigester lib. NFC

This commit is contained in:
Xi Ge
2021-08-19 22:27:14 -07:00
parent 214a4362db
commit 35cb97b8ad
5 changed files with 328 additions and 315 deletions

View File

@@ -24,6 +24,7 @@
#include "swift/Frontend/ModuleInterfaceSupport.h"
#include "swift/SILOptimizer/PassManager/Passes.h"
#include "swift/Serialization/SerializationOptions.h"
#include "swift/APIDigester/ModuleAnalyzerNodes.h"
#include "clang/Frontend/CompilerInstance.h"
#include "clang/Lex/PreprocessorOptions.h"
#include "llvm/ADT/Hashing.h"