diff options
| author | Anton Korobeynikov <anton@korobeynikov.info> | 2019-01-15 19:44:05 +0000 |
|---|---|---|
| committer | Anton Korobeynikov <anton@korobeynikov.info> | 2019-01-15 19:44:05 +0000 |
| commit | 93165d648f502ba82d6f00919a350c43abea3394 (patch) | |
| tree | a46ff6d3870e72bf5c0ca83941df5389d7091ccc /clang/test/Driver/Inputs/basic_msp430_tree/msp430-elf/lib | |
| parent | 9355d0dc13c01c80e74f0dd14230356f58a99e55 (diff) | |
| download | bcm5719-llvm-93165d648f502ba82d6f00919a350c43abea3394.tar.gz bcm5719-llvm-93165d648f502ba82d6f00919a350c43abea3394.zip | |
[MSP430] Provide a toolchain description
This is an initial implementation for msp430 toolchain including
-mmcu option support
-mhwmult options support
-integrated-as by default
The toolchain uses msp430-elf-as as a linker and supports msp430-gcc toolchain tree.
Patch by Kristina Bessonova!
Differential Revision: https://reviews.llvm.org/D56658
llvm-svn: 351228
Diffstat (limited to 'clang/test/Driver/Inputs/basic_msp430_tree/msp430-elf/lib')
| -rw-r--r-- | clang/test/Driver/Inputs/basic_msp430_tree/msp430-elf/lib/430/crt0.o | 0 | ||||
| -rw-r--r-- | clang/test/Driver/Inputs/basic_msp430_tree/msp430-elf/lib/430/crtn.o | 0 |
2 files changed, 0 insertions, 0 deletions
diff --git a/clang/test/Driver/Inputs/basic_msp430_tree/msp430-elf/lib/430/crt0.o b/clang/test/Driver/Inputs/basic_msp430_tree/msp430-elf/lib/430/crt0.o new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/clang/test/Driver/Inputs/basic_msp430_tree/msp430-elf/lib/430/crt0.o diff --git a/clang/test/Driver/Inputs/basic_msp430_tree/msp430-elf/lib/430/crtn.o b/clang/test/Driver/Inputs/basic_msp430_tree/msp430-elf/lib/430/crtn.o new file mode 100644 index 00000000000..e69de29bb2d --- /dev/null +++ b/clang/test/Driver/Inputs/basic_msp430_tree/msp430-elf/lib/430/crtn.o |

