The previous patch for this was not entirely compatible with GCC - the gnu toolchain treats elfiamcu as a first-class OS, not a linux variant.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D14081
[X86] Make elfiamcu an OS, not an environment. ClosedPublic Authored by mkuper on Oct 26 2015, 9:41 AM.
Details Summary The previous patch for this was not entirely compatible with GCC - the gnu toolchain treats elfiamcu as a first-class OS, not a linux variant.
Diff Detail
Event Timelinemkuper updated this object. This revision is now accepted and ready to land.Oct 26 2015, 10:23 AM Closed by commit rL251390: [X86] Make elfiamcu an OS, not an environment. (authored by mkuper). · Explain WhyOct 27 2015, 12:26 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 38508 llvm/trunk/include/llvm/ADT/Triple.h
llvm/trunk/lib/Support/Triple.cpp
llvm/trunk/lib/Target/X86/X86Subtarget.h
llvm/trunk/test/CodeGen/X86/mcu-abi.ll
llvm/trunk/unittests/ADT/TripleTest.cpp
|