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

Sergio Afonso via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 6 03:21:47 PST 2024


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

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

Oh, then the "16" bit just happened to be part of the number that was being set. Glad to hear this wasn't some unexpected interaction specific to Flang.

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


More information about the cfe-commits mailing list