microsoft / hlsl-specs

HLSL Specifications
MIT License
116 stars 29 forks source link

Default Function Linkage #254

Closed hekota closed 2 months ago

hekota commented 2 months ago

This document maps the current default function linkage in DXC and opens up the discussion on how to implement it in Clang.. Links to two implementation options are presented below.

I got some feedback on the first PR which I am not sure how much I should be concerned about. So I wanted document what DXC does today, what are the option on implementing it in Clang, and get some more eyes on it. Please let me know what you think!

Related PR: llvm/llvm-project#93336