summaryrefslogtreecommitdiffstats
path: root/compiler-rt/lib/asan/asan_mac.cc
diff options
context:
space:
mode:
authorAlexander Potapenko <glider@google.com>2015-12-04 17:37:40 +0000
committerAlexander Potapenko <glider@google.com>2015-12-04 17:37:40 +0000
commit00bddf64064b9c5c1ea858bd1e2e3703c432f1b9 (patch)
treef8f56a49210ba559390b4e1caed286e23b1ee463 /compiler-rt/lib/asan/asan_mac.cc
parent8846017dd4d5e8329614494a08af79db145b45e6 (diff)
downloadbcm5719-llvm-00bddf64064b9c5c1ea858bd1e2e3703c432f1b9.tar.gz
bcm5719-llvm-00bddf64064b9c5c1ea858bd1e2e3703c432f1b9.zip
[ASan] Fix the links to bugs and wikipages.
llvm-svn: 254735
Diffstat (limited to 'compiler-rt/lib/asan/asan_mac.cc')
-rw-r--r--compiler-rt/lib/asan/asan_mac.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/lib/asan/asan_mac.cc b/compiler-rt/lib/asan/asan_mac.cc
index 6db3881b066..f00d98f8e5e 100644
--- a/compiler-rt/lib/asan/asan_mac.cc
+++ b/compiler-rt/lib/asan/asan_mac.cc
@@ -43,7 +43,7 @@ void InitializePlatformInterceptors() {}
bool PlatformHasDifferentMemcpyAndMemmove() {
// On OS X 10.7 memcpy() and memmove() are both resolved
// into memmove$VARIANT$sse42.
- // See also http://code.google.com/p/address-sanitizer/issues/detail?id=34.
+ // See also https://github.com/google/sanitizers/issues/34.
// TODO(glider): need to check dynamically that memcpy() and memmove() are
// actually the same function.
return GetMacosVersion() == MACOS_VERSION_SNOW_LEOPARD;
OpenPOWER on IntegriCloud