This is an initial implementation for msp430 toolchain including
- -mmcu option support
- -mhwmult options support
- -integrated-as by default
- msp430-elf-as as a linker
Paths
| Differential D56658
[MSP430] Add msp430 toochain ClosedPublic Authored by krisb on Jan 14 2019, 4:29 AM.
Details Summary This is an initial implementation for msp430 toolchain including
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Jan 15 2019, 11:44 AM Closed by commit rL351228: [MSP430] Provide a toolchain description (authored by asl). · Explain WhyJan 15 2019, 11:47 AM This revision was automatically updated to reflect the committed changes. nathanchance added inline comments.
nathanchance added inline comments.
Revision Contents
Diff 181841 cfe/trunk/include/clang/Basic/DiagnosticDriverKinds.td
cfe/trunk/include/clang/Basic/MSP430Target.def
cfe/trunk/include/clang/Driver/Options.td
cfe/trunk/include/clang/module.modulemap
cfe/trunk/lib/CodeGen/CodeGenModule.cpp
cfe/trunk/lib/Driver/CMakeLists.txt
cfe/trunk/lib/Driver/Driver.cpp
cfe/trunk/lib/Driver/ToolChains/Clang.cpp
cfe/trunk/lib/Driver/ToolChains/Gnu.cpp
cfe/trunk/lib/Driver/ToolChains/MSP430.h
cfe/trunk/lib/Driver/ToolChains/MSP430.cpp
cfe/trunk/test/Driver/Inputs/basic_msp430_tree/bin/msp430-elf-ld
cfe/trunk/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/7.3.1/430/crtbegin.o
cfe/trunk/test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/7.3.1/430/crtend.o
cfe/trunk/test/Driver/Inputs/basic_msp430_tree/msp430-elf/lib/430/crt0.o
cfe/trunk/test/Driver/Inputs/basic_msp430_tree/msp430-elf/lib/430/crtn.o
cfe/trunk/test/Driver/msp430-hwmult.c
cfe/trunk/test/Driver/msp430-mmcu.c
cfe/trunk/test/Driver/msp430-toolchain.c
cfe/trunk/test/Driver/no-integrated-as.c
|
I'm just curious, was committing this change intentional? Seems like something for debugging purposes, rather than a useful diagnostic, since it doesn't appear to be related to the rest of the patch (as far as I can tell).
I see it quite a bit on a Linux kernel build: https://gist.github.com/nathanchance/0b2d3b199996d5b30396038d86f5cba3