1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-22 18:54:02 +01:00

ThinLTO: initialize variables

From: Mehdi Amini <mehdi.amini@apple.com>
llvm-svn: 266964
This commit is contained in:
Mehdi Amini 2016-04-21 06:43:41 +00:00
parent dc636097f0
commit 3078624124

View File

@ -110,8 +110,8 @@ public:
struct CachingOptions {
std::string Path;
int PruningInterval = -1; // seconds, -1 to disable pruning
unsigned int Expiration; // seconds.
unsigned MaxPercentageOfAvailableSpace; // percentage.
unsigned int Expiration = 0; // seconds.
unsigned MaxPercentageOfAvailableSpace = 0; // percentage.
};
/// Provide a path to a directory where to store the cached files for