[Lldb-commits] [PATCH] D13578: Allow generic arm ArchSpec to merge with specific arm ArchSpec; allow Cortex M0-7's to always force thumb mode

Renato Golin via lldb-commits lldb-commits at lists.llvm.org
Fri Oct 9 01:28:39 PDT 2015


rengolin added a comment.

Hi Jason,

This has nothing to do with your patch per se, but we have accurate target descriptions in LLVM, and the parser for all the triples and extra options is now publicly available, so I was wondering if (probably after this go in), you could have a look at using these libraries.

I'm of course assuming you already use other LLVM libraries in LLDB, as it would make sense to use the same target description classes to understand about the target without re-writing everything.

Just a thought.

cheers,
--renato


Repository:
  rL LLVM

http://reviews.llvm.org/D13578





More information about the lldb-commits mailing list