[all-commits] [llvm/llvm-project] 56c446: [libomptarget][amdgcn] Tolerate deadstripped devic...

Jon Chesterfield via All-commits all-commits at lists.llvm.org
Tue Feb 9 08:30:25 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 56c446a878b1fa98774dcee1cb09135b8f286e59
      https://github.com/llvm/llvm-project/commit/56c446a878b1fa98774dcee1cb09135b8f286e59
  Author: Jon Chesterfield <jonathanchesterfield at gmail.com>
  Date:   2021-02-09 (Tue, 09 Feb 2021)

  Changed paths:
    M openmp/libomptarget/plugins/amdgpu/src/rtl.cpp

  Log Message:
  -----------
  [libomptarget][amdgcn] Tolerate deadstripped device_state variable

[libomptarget][amdgcn] Tolerate deadstripped device_state variable

The device_state variable may have been deadstripped. Similar to
device_environment, leave detection of missing but used symbol to loader.

Reviewed By: pdhaliwal

Differential Revision: https://reviews.llvm.org/D96330




More information about the All-commits mailing list