[PATCH] D130020: [OpenMP] Deprecate the old driver for OpenMP offloading

Ye Luo via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 27 07:51:01 PDT 2022


ye-luo added a comment.

I noticed that in one of my applications, offload to x86 is not fully working with static libraries but directly linking all object files resolves the issue. So the new driver doesn't cause regression compared to the old driver which doesn't work with static libraries anyway. So we can say good bye to the old drivers.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D130020



More information about the cfe-commits mailing list