diff options
author | James Henderson <jh7370@my.bristol.ac.uk> | 2018-09-14 16:48:47 +0000 |
---|---|---|
committer | James Henderson <jh7370@my.bristol.ac.uk> | 2018-09-14 16:48:47 +0000 |
commit | 13f426304fd81c5283451dcfbb486d29c7514e43 (patch) | |
tree | 978586ad8e975fe25694a9aa61dec6c5dcb5c779 /llvm/tools/llvm-lto/llvm-lto.cpp | |
parent | 86497ad2afd83a68c2931fb35e1d03a89c3b8952 (diff) | |
download | bcm5719-llvm-13f426304fd81c5283451dcfbb486d29c7514e43.tar.gz bcm5719-llvm-13f426304fd81c5283451dcfbb486d29c7514e43.zip |
Revert r342233.
This caused LLD test failures, which I've been unable to reproduce.
Reverting to allow for further investigation next week.
llvm-svn: 342244
Diffstat (limited to 'llvm/tools/llvm-lto/llvm-lto.cpp')
-rw-r--r-- | llvm/tools/llvm-lto/llvm-lto.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/tools/llvm-lto/llvm-lto.cpp b/llvm/tools/llvm-lto/llvm-lto.cpp index 25f086fdac9..75668a9dd8b 100644 --- a/llvm/tools/llvm-lto/llvm-lto.cpp +++ b/llvm/tools/llvm-lto/llvm-lto.cpp @@ -158,7 +158,7 @@ static cl::opt<int> ThinLTOCachePruningInterval("thinlto-cache-pruning-interval", cl::init(1200), cl::desc("Set ThinLTO cache pruning interval.")); -static cl::opt<unsigned long long> +static cl::opt<int> ThinLTOCacheMaxSizeBytes("thinlto-cache-max-size-bytes", cl::desc("Set ThinLTO cache pruning directory maximum size in bytes.")); |