[Openmp-commits] [mlir] [clang] [llvm] [openmp] [OpenMP] Remove `register_requires` global constructor (PR #80460)

Joseph Huber via Openmp-commits openmp-commits at lists.llvm.org
Mon Feb 5 09:03:24 PST 2024


================
@@ -6872,35 +6883,6 @@ void OpenMPIRBuilder::loadOffloadInfoMetadata(StringRef HostFilePath) {
   loadOffloadInfoMetadata(*M.get());
 }
 
-Function *OpenMPIRBuilder::createRegisterRequires(StringRef Name) {
----------------
jhuber6 wrote:

It was a very obvious problem. I mixed up hexadecimal and did `0x16` when I meant either `0x10` or `16`. Fixed now.

https://github.com/llvm/llvm-project/pull/80460


More information about the Openmp-commits mailing list