https://github.com/smithp35 commented:

Some initial comments based on a read of the ELFObjectFile. I haven't got as 
far as the test and tools.

One general thought is whether it is worth adding in some more constants. For 
example:
```
if (B & 1)
```
Could be something like:
```
if (B & DeltaSymbolMask)
```

I'll keep looking, likely next week.

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

Reply via email to