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 54205 cfe/trunk/include/clang/Driver/Options.td
cfe/trunk/lib/Driver/Driver.cpp
cfe/trunk/lib/Driver/Tools.cpp
cfe/trunk/test/Driver/miamcu-opt.c
|