[PATCH] D21848: [Driver][OpenMP] Add logic for offloading-specific argument translation.

Samuel Antao via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 25 10:52:55 PDT 2016


sfantao added a comment.

Hi Hal,

Thanks for the review!



================
Comment at: lib/Driver/ToolChains.cpp:2854
+      case options::OPT_shared:
+      case options::OPT_static:
+      case options::OPT_fPIC:
----------------
hfinkel wrote:
> And also?
> 
>   case options::OPT_dynamic:
Oh, yes, that one too! Thanks!


https://reviews.llvm.org/D21848





More information about the cfe-commits mailing list