[PATCH] D56658: [MSP430] Add msp430 toochain
Kristina Bessonova via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jan 14 04:29:15 PST 2019
krisb created this revision.
Herald added subscribers: cfe-commits, arichardson, mgorny, emaste.
Herald added a reviewer: espindola.
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
Reviewiers: asl
Repository:
rC Clang
https://reviews.llvm.org/D56658
Files:
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.cpp
lib/Driver/ToolChains/MSP430.h
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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D56658.181531.patch
Type: text/x-patch
Size: 35224 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190114/92f0ae69/attachment-0001.bin>
More information about the cfe-commits
mailing list