summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c
diff options
context:
space:
mode:
authorEkaterina Romanova <katya_romanova@playstation.sony.com>2018-02-15 23:29:21 +0000
committerEkaterina Romanova <katya_romanova@playstation.sony.com>2018-02-15 23:29:21 +0000
commitd345f7393914cb4a57b079836f0723002a06cc71 (patch)
tree5e534bb4c129bd2e7d63059a46e53f818151167d /llvm/include/llvm-c
parent17daedfd04bbcac5cb38dbc2adcfd467441865cc (diff)
downloadbcm5719-llvm-d345f7393914cb4a57b079836f0723002a06cc71.tar.gz
bcm5719-llvm-d345f7393914cb4a57b079836f0723002a06cc71.zip
Allow 0 to be a valid value pruning interval in C LTO API. Value 0 will cause garbage collector to run. This matches the behavior in C++ LTO API.
llvm-svn: 325303
Diffstat (limited to 'llvm/include/llvm-c')
-rw-r--r--llvm/include/llvm-c/lto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/include/llvm-c/lto.h b/llvm/include/llvm-c/lto.h
index 8ea24244034..4eee5f1f113 100644
--- a/llvm/include/llvm-c/lto.h
+++ b/llvm/include/llvm-c/lto.h
@@ -784,7 +784,7 @@ extern void thinlto_codegen_set_cache_dir(thinlto_code_gen_t cg,
/**
* Sets the cache pruning interval (in seconds). A negative value disables the
* pruning. An unspecified default value will be applied, and a value of 0 will
- * be ignored.
+ * force prunning to occur.
*
* \since LTO_API_VERSION=18
*/
OpenPOWER on IntegriCloud