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

I encoded the fact that this is a "requires" entry into the global with `16`. 
Realistically it shouldn't make a difference in the runtime since as long as 
`16` is set and the address is null it will get counted as a requires entry. 
It's just a little weird that it wouldn't *just* be 16. I'll double check. 
Changing these entries is also on the list.

https://github.com/llvm/llvm-project/pull/80460
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to