[llvm] Revert "[MC] Explicitly mark MCSymbol for MO_ExternalSymbol" (PR #133291)

Eli Friedman via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 27 13:38:34 PDT 2025


efriedma-quic wrote:

> @efriedma-quic can you please tell us how to add test for such functionality ?

If you want to check asm output, just run `llc`.  If you want to check the contents of an object file, you can do something like `llc -filetype=obj | llvm-objdump --syms -`.

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


More information about the llvm-commits mailing list