swift-ci
(Swift CI)
1
Xi_Ge
(Xi Ge)
2
The culprit changes have been reverted. The build error should be gone in the next build.
**15:59:29** /Users/buildnode/jenkins/workspace/oss-swift-incremental-ASAN-RA-osx/swift/lib/ClangImporter/ClangImporter.cpp:769:23: error: no matching constructor for initialization of 'clang::Preprocessor'
**15:59:29** clang::Preprocessor PP(CI.getInvocation().getPreprocessorOptsPtr(),
**15:59:29** ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
**15:59:29** /Users/buildnode/jenkins/workspace/oss-swift-incremental-ASAN-RA-osx/llvm/tools/clang/include/clang/Lex/Preprocessor.h:778:3: note: candidate constructor not viable: no known conversion from 'clang::HeaderSearch' to 'clang::MemoryBufferCache &' for 5th argument
**15:59:29** Preprocessor(std::shared_ptr<PreprocessorOptions> PPOpts,
**15:59:29** ^