diff options
| author | Hans Wennborg <hans@hanshq.net> | 2017-11-13 23:27:54 +0000 |
|---|---|---|
| committer | Hans Wennborg <hans@hanshq.net> | 2017-11-13 23:27:54 +0000 |
| commit | 5fd1f17370b933c5b645c6102b80c54ec87d9d68 (patch) | |
| tree | 854e7b0b70033ebc41f3d271429db8cf306e979c /clang/lib/Driver | |
| parent | 6ad65fcd7012f46056c3d5fb56cbf914db9943ee (diff) | |
| download | bcm5719-llvm-5fd1f17370b933c5b645c6102b80c54ec87d9d68.tar.gz bcm5719-llvm-5fd1f17370b933c5b645c6102b80c54ec87d9d68.zip | |
Update a link to the old code.google.com bug tracker
llvm-svn: 318109
Diffstat (limited to 'clang/lib/Driver')
| -rw-r--r-- | clang/lib/Driver/SanitizerArgs.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Driver/SanitizerArgs.cpp b/clang/lib/Driver/SanitizerArgs.cpp index 8d9f32f8483..0deb313b6d9 100644 --- a/clang/lib/Driver/SanitizerArgs.cpp +++ b/clang/lib/Driver/SanitizerArgs.cpp @@ -832,7 +832,7 @@ void SanitizerArgs::addArgs(const ToolChain &TC, const llvm::opt::ArgList &Args, // MSan: Workaround for PR16386. // ASan: This is mainly to help LSan with cases such as - // https://code.google.com/p/address-sanitizer/issues/detail?id=373 + // https://github.com/google/sanitizers/issues/373 // We can't make this conditional on -fsanitize=leak, as that flag shouldn't // affect compilation. if (Sanitizers.has(Memory) || Sanitizers.has(Address)) |

