[Lldb-commits] [PATCH] D13578: Allow generic arm ArchSpec to merge with specific arm ArchSpec; allow Cortex M0-7's to always force thumb mode
Jason Molenda via lldb-commits
lldb-commits at lists.llvm.org
Mon Oct 12 18:54:24 PDT 2015
jasonmolenda updated this revision to Diff 37210.
jasonmolenda added a comment.
Quick update of the patch using the llvm target information. Builds and works correctly on macosx with xcodebuild. Doesn't build with cmake yet; I don't have the includes set up correctly for the llvm build-dir lib/Target/ARM directory yet. Also doesn't cache the result of the llvm target features check.
Repository:
rL LLVM
http://reviews.llvm.org/D13578
Files:
Makefile
include/lldb/Core/ArchSpec.h
lldb.xcodeproj/project.pbxproj
source/Core/ArchSpec.cpp
source/Core/Disassembler.cpp
source/Plugins/Disassembler/llvm/DisassemblerLLVMC.cpp
source/Plugins/Instruction/ARM/EmulateInstructionARM.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D13578.37210.patch
Type: text/x-patch
Size: 26167 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151013/ddc5b711/attachment-0001.bin>
More information about the lldb-commits
mailing list