summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKamil Rytarowski <n54@gmx.com>2017-12-06 01:43:38 +0000
committerKamil Rytarowski <n54@gmx.com>2017-12-06 01:43:38 +0000
commitb6778ff9d2f98deab6bd2e36b0c8fa34e52ce644 (patch)
treee7f7f5966331dc9ee8caf12b64d8221a0166040a
parent8122ca92c88f4c011c63455970244a9a2cf531fb (diff)
downloadbcm5719-llvm-b6778ff9d2f98deab6bd2e36b0c8fa34e52ce644.tar.gz
bcm5719-llvm-b6778ff9d2f98deab6bd2e36b0c8fa34e52ce644.zip
Fix typo gcvr -> gcvt and attempt to unbreak MSan/!NetBSD
llvm-svn: 319871
-rw-r--r--compiler-rt/lib/msan/msan_interceptors.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/msan/msan_interceptors.cc b/compiler-rt/lib/msan/msan_interceptors.cc
index 19bc6ffa15f..d04db99ae2e 100644
--- a/compiler-rt/lib/msan/msan_interceptors.cc
+++ b/compiler-rt/lib/msan/msan_interceptors.cc
@@ -351,7 +351,7 @@ INTERCEPTOR(char *, gcvt, double number, SIZE_T ndigit, char *buf) {
__msan_unpoison(buf, n + 1);
return res;
}
-#define MSAN_MAYBE_INTERCEPT_GCVT INTERCEPT_FUNCTION(gcvr)
+#define MSAN_MAYBE_INTERCEPT_GCVT INTERCEPT_FUNCTION(gcvt)
#else
#define MSAN_MAYBE_INTERCEPT_GCVT
#endif
OpenPOWER on IntegriCloud