================
@@ -103,7 +51,7 @@ class ResourceRange {
   getOverlapping(const RangeInfo &Info) const;
 
   // Return the mapped RangeInfo at X or nullptr if no mapping exists
-  LLVM_ABI const RangeInfo *lookup(uint32_t X) const;
+  const RangeInfo *lookup(uint32_t X) const;
----------------
inbelic wrote:

```suggestion
  LLVM_ABI const RangeInfo *lookup(uint32_t X) const;
```

https://github.com/llvm/llvm-project/pull/146124
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to