diff options
| author | Alexander Potapenko <glider@google.com> | 2015-12-04 17:26:40 +0000 |
|---|---|---|
| committer | Alexander Potapenko <glider@google.com> | 2015-12-04 17:26:40 +0000 |
| commit | e3c0d5996cee4e3f9cc71db5fbf6dd3c68ca30cc (patch) | |
| tree | c3a40eced3a8a0afd2f2b939625fefdcabe24085 | |
| parent | ad07b5d65e996433339a55ea44608c49b90f7662 (diff) | |
| download | bcm5719-llvm-e3c0d5996cee4e3f9cc71db5fbf6dd3c68ca30cc.tar.gz bcm5719-llvm-e3c0d5996cee4e3f9cc71db5fbf6dd3c68ca30cc.zip | |
[ASan] Change the links in asa_flags.inc to point to GitHub.
llvm-svn: 254732
| -rw-r--r-- | compiler-rt/lib/asan/asan_flags.inc | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/compiler-rt/lib/asan/asan_flags.inc b/compiler-rt/lib/asan/asan_flags.inc index 7858776bde1..5e69242fb8e 100644 --- a/compiler-rt/lib/asan/asan_flags.inc +++ b/compiler-rt/lib/asan/asan_flags.inc @@ -96,8 +96,8 @@ ASAN_FLAG(bool, poison_array_cookie, true, "Poison (or not) the array cookie after operator new[].") // Turn off alloc/dealloc mismatch checker on Mac and Windows for now. -// https://code.google.com/p/address-sanitizer/issues/detail?id=131 -// https://code.google.com/p/address-sanitizer/issues/detail?id=309 +// https://github.com/google/sanitizers/issues/131 +// https://github.com/google/sanitizers/issues/309 // TODO(glider,timurrrr): Fix known issues and enable this back. ASAN_FLAG(bool, alloc_dealloc_mismatch, (SANITIZER_MAC == 0) && (SANITIZER_WINDOWS == 0), @@ -123,8 +123,8 @@ ASAN_FLAG( "The bigger the value the harder we try.") ASAN_FLAG( bool, detect_container_overflow, true, - "If true, honor the container overflow annotations. " - "See https://code.google.com/p/address-sanitizer/wiki/ContainerOverflow") + "If true, honor the container overflow annotations. See " + "https://github.com/google/sanitizers/wiki/AddressSanitizerContainerOverflow") ASAN_FLAG(int, detect_odr_violation, 2, "If >=2, detect violation of One-Definition-Rule (ODR); " "If ==1, detect ODR-violation only if the two variables " |

