[all-commits] [llvm/llvm-project] 72995a: [libomptarget][nfc] Add hook to easily disable bui...

Jon Chesterfield via All-commits all-commits at lists.llvm.org
Tue May 11 09:23:35 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 72995a4bdf7d95887883ccfa04567b723f2b342a
      https://github.com/llvm/llvm-project/commit/72995a4bdf7d95887883ccfa04567b723f2b342a
  Author: Jon Chesterfield <jonathanchesterfield at gmail.com>
  Date:   2021-05-11 (Tue, 11 May 2021)

  Changed paths:
    M openmp/libomptarget/deviceRTLs/amdgcn/CMakeLists.txt

  Log Message:
  -----------
  [libomptarget][nfc] Add hook to easily disable building amdgcn bclib

[libomptarget][nfc] Add hook to easily disable building amdgcn bclib

This is useful when building LLVM with a toolchain that can't emit code
for amdgcn, e.g. because it overrides the include search path with headers
from another architecture, or the clang compiler is missing builtins.

Reviewed By: tianshilei1992

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




More information about the All-commits mailing list