[all-commits] [llvm/llvm-project] 2e194d: [ASan][AMDGPU] Make shadow offset match X86 on Linux

Reshabh Sharma via All-commits all-commits at lists.llvm.org
Thu Jul 8 19:25:12 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 2e194dec6076d06ccb40f50a1718e2250255a3dc
      https://github.com/llvm/llvm-project/commit/2e194dec6076d06ccb40f50a1718e2250255a3dc
  Author: Reshabh Sharma <Reshabhkumar.Sharma at amd.com>
  Date:   2021-07-09 (Fri, 09 Jul 2021)

  Changed paths:
    M llvm/lib/Transforms/Instrumentation/AddressSanitizer.cpp
    M llvm/test/Instrumentation/AddressSanitizer/AMDGPU/asan_instrument_constant_address_space.ll
    M llvm/test/Instrumentation/AddressSanitizer/AMDGPU/asan_instrument_generic_address_space.ll
    M llvm/test/Instrumentation/AddressSanitizer/AMDGPU/asan_instrument_global_address_space.ll

  Log Message:
  -----------
  [ASan][AMDGPU] Make shadow offset match X86 on Linux

This patch explicitly sets the shadow offset for
AMDGPU to match that of X86 on Linux.

Reviewed By: vitalybuka

https://reviews.llvm.org/D105282




More information about the All-commits mailing list