tianshilei1992 added inline comments.

================
Comment at: 
openmp/libomptarget/plugins-nextgen/common/PluginInterface/PluginInterface.cpp:685
+      auto TgtImageOrErr = jit::compile(TgtImage, Triple, Arch,
+                                        /* OptLevel */ 3, PostProcessing);
+      if (!TgtImageOrErr) {
----------------
Do we want a configurable value for the `OptLevel`, or can we know it from 
somewhere else what value is used at compile time?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D139287

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to