summaryrefslogtreecommitdiffstats
path: root/llvm/lib/System/Unix/TimeValue.inc
diff options
context:
space:
mode:
Diffstat (limited to 'llvm/lib/System/Unix/TimeValue.inc')
-rw-r--r--llvm/lib/System/Unix/TimeValue.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/System/Unix/TimeValue.inc b/llvm/lib/System/Unix/TimeValue.inc
index 8dd30b9322f..1ae8c7184d5 100644
--- a/llvm/lib/System/Unix/TimeValue.inc
+++ b/llvm/lib/System/Unix/TimeValue.inc
@@ -21,7 +21,7 @@
namespace llvm {
using namespace sys;
-std::string TimeValue::toString() const {
+std::string TimeValue::str() const {
char buffer[32];
time_t ourTime = time_t(this->toEpochTime());
OpenPOWER on IntegriCloud