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

ARM Target dependency #16

Closed
Trass3r opened this issue Nov 10, 2018 · 5 comments
Closed

ARM Target dependency #16

Trass3r opened this issue Nov 10, 2018 · 5 comments

Comments

@Trass3r
Copy link
Contributor

Trass3r commented Nov 10, 2018

With -DLLVM_TARGETS_TO_BUILD=X86 I get the following error, might be good to make the build more modular:

MachineFunctionRaiser.cpp.obj : error LNK2019: unresolved external symbol InitializeARMMachineInstructionRaiser referenced in function "private: void __cdecl MachineFunctionRaiser::init(unsigned __int64,unsigned __int64)" (?init@MachineFunctionRaiser@@AEAAX_K0@Z)
@bharadwajy
Copy link
Contributor

In its present form, the tool depends on LLVM builds of both X86 and ARM.

@Trass3r
Copy link
Contributor Author

Trass3r commented Nov 11, 2018

Hence the suggestion to make it more modular or at least check the targets variable during cmake configuration.

@bharadwajy bharadwajy reopened this Nov 26, 2018
@bharadwajy
Copy link
Contributor

Reopening to track addition of support for modular build of llvm-mctoll.

@aaronsm
Copy link
Contributor

aaronsm commented Nov 28, 2018

We are working on this now and expect to push a change soon.

@bharadwajy
Copy link
Contributor

Fixed. Commit f4b690b

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

No branches or pull requests

3 participants