diff options
| author | Hans Wennborg <hans@hanshq.net> | 2017-11-13 23:47:58 +0000 |
|---|---|---|
| committer | Hans Wennborg <hans@hanshq.net> | 2017-11-13 23:47:58 +0000 |
| commit | 08b34a017a01cb66f55a34bd55f68704c0dd8840 (patch) | |
| tree | 181facf35928ac18ed3517c6dbf13e3c7c0a6361 /llvm/lib/Target | |
| parent | faf04a09f69c07f66c81167f5875518102675911 (diff) | |
| download | bcm5719-llvm-08b34a017a01cb66f55a34bd55f68704c0dd8840.tar.gz bcm5719-llvm-08b34a017a01cb66f55a34bd55f68704c0dd8840.zip | |
Update some code.google.com links
llvm-svn: 318115
Diffstat (limited to 'llvm/lib/Target')
| -rw-r--r-- | llvm/lib/Target/X86/AsmParser/X86AsmInstrumentation.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/lib/Target/X86/AsmParser/X86AsmInstrumentation.cpp b/llvm/lib/Target/X86/AsmParser/X86AsmInstrumentation.cpp index 58978a2a930..1c38757b4b0 100644 --- a/llvm/lib/Target/X86/AsmParser/X86AsmInstrumentation.cpp +++ b/llvm/lib/Target/X86/AsmParser/X86AsmInstrumentation.cpp @@ -38,7 +38,7 @@ // Currently we have only AddressSanitizer instrumentation, but we're // planning to implement MemorySanitizer for inline assembly too. If // you're not familiar with AddressSanitizer algorithm, please, read -// https://code.google.com/p/address-sanitizer/wiki/AddressSanitizerAlgorithm. +// https://github.com/google/sanitizers/wiki/AddressSanitizerAlgorithm // // When inline assembly is parsed by an instance of X86AsmParser, all // instructions are emitted via EmitInstruction method. That's the |

