diff options
| author | Ben Langmuir <blangmuir@apple.com> | 2015-08-07 01:59:56 +0000 |
|---|---|---|
| committer | Ben Langmuir <blangmuir@apple.com> | 2015-08-07 01:59:56 +0000 |
| commit | 587aeafe2c1d7bcc3a330cab4c6812f736127baa (patch) | |
| tree | 7acf52f412adf413c53743f251add47d81392e19 /lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_mips64.cpp | |
| parent | 315cc068409555a2969da4a57f1295c3d98e4a85 (diff) | |
| download | bcm5719-llvm-587aeafe2c1d7bcc3a330cab4c6812f736127baa.tar.gz bcm5719-llvm-587aeafe2c1d7bcc3a330cab4c6812f736127baa.zip | |
Make 'arm' cover both 32 and 64 bit architecutres
... and add aarch32 to specifically refer to the 32-bit ones.
Previously, 'arm' meant only 32-bit architectures and there was no way
for a module to build with both 32 and 64 bit ARM architectures.
Now a module that is intended to work on both architectures can specify
requires arm
whereas a module only for 32-bit platforms can say
requires aarch32
and just like before, 64-bit only can say
requires aarch64
llvm-svn: 244306
Diffstat (limited to 'lldb/source/Plugins/Process/Linux/NativeRegisterContextLinux_mips64.cpp')
0 files changed, 0 insertions, 0 deletions

