fix clang builds #123
Reference in New Issue
Block a user
No description provided.
Delete Branch "RubenKelevra/ALHP.GO:fix/clang_builds"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
We need to roll back the
devirtualize-at-ltrans
flag, as clang complains about it and there's no way to let clang ignore it.If we want such flags we would need a special parameterlist for GCC and one for clang and apply the right one for each package, or via a shim on a clang/gcc call before calling the actual compiler.
The error message is:
This for example blocks firefox builds right now.