This is the first patch (out of three) required to support compilation for Intel MCU target (e.g. Intel(R) Quark(TM) micro controller D 2000).
Add -miamcu option which:
- Sets IAMCU triple
- Sets IAMCU ABI
- Enforces static compilation
Paths
| Differential D18398
Compilation for Intel MCU (Part 1/3) ClosedPublic Authored by aturetsk on Mar 23 2016, 8:23 AM.
Details
Summary This is the first patch (out of three) required to support compilation for Intel MCU target (e.g. Intel(R) Quark(TM) micro controller D 2000). Add -miamcu option which:
Diff Detail Event Timelineaturetsk updated this object. Comment Actions Hi Andrey,
Comment Actions Hi Bruno, Thanks for the review.
Closed by commit rL266747: Compilation for Intel MCU (Part 1/3) (authored by aturetsk). · Explain WhyApr 19 2016, 8:56 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 51421 include/clang/Driver/Options.td
lib/Driver/Driver.cpp
lib/Driver/Tools.cpp
test/Driver/miamcu-opt.c
|
You can remove the "." to be consistent with the other flags help text.