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 181531 include/clang/Basic/DiagnosticDriverKinds.td
include/clang/Basic/MSP430Target.def
include/clang/Driver/Options.td
include/clang/module.modulemap
lib/Driver/CMakeLists.txt
lib/Driver/Driver.cpp
lib/Driver/ToolChains/Clang.cpp
lib/Driver/ToolChains/Gnu.cpp
lib/Driver/ToolChains/MSP430.h
lib/Driver/ToolChains/MSP430.cpp
test/Driver/Inputs/basic_msp430_tree/bin/msp430-elf-ld
test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/7.3.1/430/crtbegin.o
test/Driver/Inputs/basic_msp430_tree/lib/gcc/msp430-elf/7.3.1/430/crtend.o
test/Driver/Inputs/basic_msp430_tree/msp430-elf/lib/430/crt0.o
test/Driver/Inputs/basic_msp430_tree/msp430-elf/lib/430/crtn.o
test/Driver/msp430-hwmult.c
test/Driver/msp430-mmcu.c
test/Driver/msp430-toolchain.c
test/Driver/no-integrated-as.c
|