[libc-commits] [libc] libc: Remove `extern "C"` from main declarations (PR #102825)

David Blaikie via libc-commits libc-commits at lists.llvm.org
Sun Aug 11 16:15:11 PDT 2024


dwblaikie wrote:

Yeah - beats me. Hopefulyl someone on libc can look into this, turn off the warning, or whatnot.

Maybe one of these files puts "main" in a namespace by accident and the `extern "C"` works around this?

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


More information about the libc-commits mailing list