[llvm] [Linker] Do not keep a private member of a non-prevailing comdat group (PR #69143)

Igor Kudrin via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 27 17:05:00 PDT 2023


igorkudrin wrote:

> Remove `int bar(int a);`

Why? `main()` calls `bar()`, so this declaration is required.

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


More information about the llvm-commits mailing list