This is an archive of the discontinued LLVM Phabricator instance.

Compilation for Intel MCU (Part 3/3)
ClosedPublic

Authored by aturetsk on May 26 2016, 5:31 AM.

Details

Summary

This is the last patch required to support compilation for Intel MCU target (e.g. Intel(R) Quark(TM) micro controller D 2000).

When IAMCU triple is used:

  • Use IAMCU linker output format
  • Link with IAMCU crt objects
  • Link with IAMCU libraries

Diff Detail

Repository
rL LLVM

Event Timeline

aturetsk updated this revision to Diff 58592.May 26 2016, 5:31 AM
aturetsk retitled this revision from to Compilation for Intel MCU (Part 3/3).
aturetsk updated this object.
aturetsk added reviewers: rsmith, bruno.
bruno accepted this revision.May 26 2016, 11:34 AM
bruno edited edge metadata.

LGTM

This revision is now accepted and ready to land.May 26 2016, 11:34 AM
This revision was automatically updated to reflect the committed changes.