Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

mark assembly files as compatible with gc toolchain only #22

Merged
merged 1 commit into from
Oct 6, 2021

Conversation

sigma
Copy link
Contributor

@sigma sigma commented Oct 3, 2020

Issue #19 shows that building with llvmgo (or gccgo) currently fails with an unclear message.
This is because it tries to compile .s files that are using a gc-specific format.
A complete solution would introduce .s files that do compile with those alternate toolchains,
but at least we'll now have a clearer error (undefined reference to a bunch of functions)

Issue vmware-archive#19 shows that building with llvmgo (or gccgo) currently fails with an unclear message.
This is because it tries to compile .s files that are using a gc-specific format.
A complete solution would introduce .s files that do compile with those alternate toolchains,
but at least we'll now have a clearer error (undefined reference to a bunch of functions)
@fdawg4l fdawg4l merged commit 351f0f0 into vmware-archive:master Oct 6, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants