[Openmp-commits] [PATCH] D60223: [OpenMP][libomptarget] Enable requires flags for target libraries.

Alexey Bataev via Phabricator via Openmp-commits openmp-commits at lists.llvm.org
Fri Apr 26 11:57:11 PDT 2019


ABataev added inline comments.


================
Comment at: libomptarget/plugins/generic-elf-64bit/src/rtl.cpp:149
 
+void __tgt_rtl_init_requires(int64_t RequiresFlags) {}
+
----------------
Where are you going to check that the provided `RequiresFlags` does not match the previously specified one? In this case, I think, the runtime should terminate execution of the program.


Repository:
  rOMP OpenMP

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

https://reviews.llvm.org/D60223





More information about the Openmp-commits mailing list