Skip to content

Conversation

aelovikov-intel
Copy link
Contributor

The rest of the project can use flags like -stdlib=<...> or --sysroot that might affect ABI. Rather than trying to propagate those through our fragile CMake hacks to compile that file with freshly built clang, make sure that the file is as self-sufficient as possible (i.e, no STL/libc usage) as that seems to be a more stable solution.

The rest of the project can use flags like `-stdlib=<...>` or
`--sysroot` that might affect ABI. Rather than trying to propagate those
through our fragile CMake hacks to compile that file with freshly built
`clang`, make sure that the file is as self-sufficient as possible (i.e,
no STL/libc usage) as that seems to be a more stable solution.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant