Skip to content

Commit bf3675a

Browse files
committed
Updated build files with ScopedStorage
1 parent 9d79b10 commit bf3675a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

bootstrap/include/bootstrap/build_buildcc.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class BuildBuildCC {
7777
const BaseToolchain &toolchain_;
7878
TargetEnv env_;
7979

80-
PersistentStorage storage_;
80+
ScopedStorage storage_;
8181
};
8282

8383
} // namespace buildcc

buildexe/include/buildexe/build_env_setup.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class BuildEnvSetup {
6666
const BuildExeArgs &buildexe_args_;
6767

6868
ArgToolchainState state_;
69-
PersistentStorage storage_;
69+
ScopedStorage storage_;
7070
};
7171

7272
} // namespace buildcc

0 commit comments

Comments
 (0)