[PATCH] D106809: [clang-offload-bundler] Make Bundle Entry ID backward compatible

Yaxun Liu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Sep 7 13:00:50 PDT 2021


yaxunl accepted this revision.
yaxunl added a comment.
This revision is now accepted and ready to land.

Ideally, we probably need something like isValidOffloadArch(Triple, OffloadArch) or getTargetTriple(OffloadArch). However, I think the current patch is good enough for its own purpose.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D106809



More information about the cfe-commits mailing list