mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-16 22:36:04 +00:00
Update a link to the old code.google.com bug tracker
llvm-svn: 318109
This commit is contained in:
parent
6ad65fcd70
commit
5fd1f17370
@ -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))
|
||||
|
Loading…
x
Reference in New Issue
Block a user