[llvm] [lld] [LLD] [COFF] Add tests to observe details about LTO and __imp_ prefixes. NFC. (PR #72764)

Fangrui Song via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 20 21:37:05 PST 2023


MaskRay wrote:

This lacks a test for an `__imp_` alias to a data symbol (LLVM global variable), right? It seems useful to add one, even if the behavior is the same as a function symbol, as at the object file format level there is some nuance.

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


More information about the llvm-commits mailing list