Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Default linkage flag - how to transition from DXC's -default-linkage to Clang #58

Open
damyanp opened this issue Sep 4, 2024 · 0 comments

Comments

@damyanp
Copy link
Collaborator

damyanp commented Sep 4, 2024

In DXC the -default-linkage compiler flag changes the default linkage of all functions in a translation unit. It accepts values external and internal (which is the default). This issue is to track how we should transition from the DXC flag to Clang.

Clang's has -fvisibility flag which determines the visibility of functions, but no flag that affects linkage.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: No status
Development

No branches or pull requests

1 participant