[PATCH] D112227: [libomptarget] Build DeviceRTL for amdgpu

Jon Chesterfield via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 26 13:38:55 PDT 2021


JonChesterfield added a comment.

Problem with missing symbol for __omp_rtl_debug_kind was a local error. I did the initial testing of this with a jury rigged clang that linked the new bitcode and ignored the old. The generation of this integer is guarded by which runtime clang thinks it is compiling for. Thus, my local clang compiled for the old runtime and linked with the new, which it turns out does not work.

I was under the impression that pointing clang at the new runtime with libomptarget-amdgcn-bc-path was sufficient, but evidently not. Doesn't matter for this patch now that the variable is reinstated.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112227/new/

https://reviews.llvm.org/D112227



More information about the cfe-commits mailing list