[PATCH] D108246: [clang-offload-wrapper] Disabled ELF offload notes embedding by default.

Jon Chesterfield via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 18 08:09:49 PDT 2021


JonChesterfield added inline comments.


================
Comment at: clang/tools/clang-offload-wrapper/ClangOffloadWrapper.cpp:79
 
+static cl::opt<bool> AddOpenMPOffloadNotes(
+    "add-omp-offload-notes",
----------------
I'd have probably gone with an explicit false here but it doesn't make much difference.


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

https://reviews.llvm.org/D108246



More information about the cfe-commits mailing list