This is an archive of the discontinued LLVM Phabricator instance.

[clang][openmp] Disable embedded elf notes
AbandonedPublic

Authored by JonChesterfield on Aug 18 2021, 8:06 AM.

Details

Summary

D99551 broke nvptx offloading. This patch
fixes that by disabling the functional change of
D99551, allowing time to fix it without excessive
out of tree churn

Diff Detail

Event Timeline

JonChesterfield requested review of this revision.Aug 18 2021, 8:06 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 18 2021, 8:06 AM

Hi Jon, I am about to merge D108246 that disables the notes embedding.

JonChesterfield abandoned this revision.EditedAug 18 2021, 8:11 AM

I like D108246 more. None of the offloading tests updated in D108246 failed with the above patch, perhaps they're not run by make check-openmp

edit: all good, they're under check-clang, which does indeed fail with this patch

I like D108246 more. None of the offloading tests updated in D108246 failed with the above patch, perhaps they're not run by make check-openmp

Right, the clang-offload-wrapper test is run by check-clang.