[PATCH] D138220: [OpenMP][OMPIRBuilder] Add a configuration class to captures flags/attributes that affect codegen

Jan Sjödin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Nov 17 11:19:46 PST 2022


jsjodin added inline comments.


================
Comment at: llvm/include/llvm/Frontend/OpenMP/OMPIRBuilder.h:83
+public:
+  /// Flag for specifying if the comilation is done for embedded device code or
+  /// host code.
----------------
tschuett wrote:
> compilation
Thanks for catching that. I will fix it.


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

https://reviews.llvm.org/D138220



More information about the llvm-commits mailing list