Skip to content

[NativeAOT-LLVM] Symbol clashes are not very difficult to encounter #2817

Open
@yowl

Description

@yowl

If you want to link to some c code with a name that is already used, e.g.

int CloseHandle (
    void* hObject)
{
    return pFuncs->pCloseHandle(hObject);
};

You hit

wasm-ld: error: duplicate symbol: CloseHandle
>>> defined in C:/git/CMSDevA/src/packages/runtime.browser-wasm.microsoft.dotnet.ilcompiler.llvm/10.0.0-dev/sdk/libPortableRuntime.a(PalRedhawkUnix.cpp.o)
>>> defined in C:\\git\\CMSDevA\\lib\\Xpf\\Others\\Others\\AvaloniaUI.Xpf.WinApiShim.Native.o

(from Discord https://discord.com/channels/143867839282020352/1141126727028985877/1312127937109299412)

Metadata

Metadata

Assignees

No one assigned

    Labels

    area-NativeAOT-LLVMLLVM generation for Native AOT compilation (including Web Assembly)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions