[PATCH] D64926: [OpenMP] Fx link clause

Alexey Bataev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 18 08:24:52 PDT 2019


ABataev added a comment.

The description does not explain anything.



================
Comment at: lib/CodeGen/CGOpenMPRuntime.cpp:2578
       }
       CGM.addUsedGlobal(cast<llvm::GlobalValue>(Ptr));
       registerTargetGlobalVariable(VD, cast<llvm::Constant>(Ptr));
----------------
Remove this line of code, it is not required


Repository:
  rC Clang

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

https://reviews.llvm.org/D64926





More information about the cfe-commits mailing list