[Openmp-commits] [PATCH] D156387: [OpenMP][Docs] Added offloading command line reference to OpenMP FAQ
Anton Rydahl via Phabricator via Openmp-commits
openmp-commits at lists.llvm.org
Thu Jul 27 21:04:56 PDT 2023
AntonRydahl added inline comments.
================
Comment at: openmp/docs/SupportAndFAQ.rst:561
+ ``LIBOMPTARGET_JIT_OPT_LEVEL``, for instance,
+ ``LIBOMPTARGET_JIT_OPT_LEVEL=-O3``. See the
+ `OpenMP JIT details <https://openmp.llvm.org/design/Runtimes.html#libomptarget-jit-pre-opt-ir-module>`_
----------------
jdoerfert wrote:
> I doubt it is -O3, probably 3
You are right, I just misunderstood the documentation. I will fix it right away.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D156387/new/
https://reviews.llvm.org/D156387
More information about the Openmp-commits
mailing list