[PATCH] D124039: [OpenMP] Add better testing for the linker wrapper

Joseph Huber via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Apr 20 15:27:13 PDT 2022


jhuber6 added inline comments.


================
Comment at: clang/test/Driver/linker-wrapper-image.c:8
+
+// OPENMP: @__start_omp_offloading_entries = external hidden constant %__tgt_offload_entry
+// OPENMP-NEXT: @__stop_omp_offloading_entries = external hidden constant %__tgt_offload_entry
----------------
zibi wrote:
> On PowerPC I'm seeing the following error: pointing at `@` char:
> clang/test/Driver/linker-wrapper-image.c:10:12: error: OPENMP: expected string not found in input
> // OPENMP: @__start_omp_offloading_entries = external hidden constant %__tgt_offload_entry
> 
> Are you aware of this?
Do you have a link to a buildbot with the full error log? I'll try to test it locally by manually setting the triple.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D124039



More information about the cfe-commits mailing list