[PATCH] D108301: [MSP430][Clang] Update hard-coded MCU data

Jozef Lawrynowicz via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Aug 20 02:06:50 PDT 2021


jozefl updated this revision to Diff 367739.
jozefl added a comment.

Here's an updated patch that stores the HWMult and CPU data for each MCU as
strings instead of enums. This simplifies the patch as string conversions to
and from enums are no longer required.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D108301/new/

https://reviews.llvm.org/D108301

Files:
  clang/include/clang/Basic/MSP430Target.def
  clang/lib/Driver/ToolChains/MSP430.cpp
  clang/test/Driver/msp430-hwmult.c
  clang/test/Driver/msp430-mmcu.c
  clang/test/Driver/msp430-toolchain.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108301.367739.patch
Type: text/x-patch
Size: 52492 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210820/53eb6f57/attachment-0001.bin>


More information about the cfe-commits mailing list