mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Virtualize swiftconstvalues output
Virtualize swiftconstvalues output so it can be cached inside CAS.
This commit is contained in:
@@ -804,7 +804,7 @@ void writeAttrInformation(llvm::json::OStream &JSON,
|
||||
}
|
||||
|
||||
bool writeAsJSONToFile(const std::vector<ConstValueTypeInfo> &ConstValueInfos,
|
||||
llvm::raw_fd_ostream &OS) {
|
||||
llvm::raw_ostream &OS) {
|
||||
llvm::json::OStream JSON(OS, 2);
|
||||
JSON.array([&] {
|
||||
for (const auto &TypeInfo : ConstValueInfos) {
|
||||
|
||||
Reference in New Issue
Block a user