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 /llvm/lib/Object/Error.cpp | |
parent | 315cc068409555a2969da4a57f1295c3d98e4a85 (diff) | |
download | llvm-587aeafe2c1d7bcc3a330cab4c6812f736127baa.zip llvm-587aeafe2c1d7bcc3a330cab4c6812f736127baa.tar.gz llvm-587aeafe2c1d7bcc3a330cab4c6812f736127baa.tar.bz2 |
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 'llvm/lib/Object/Error.cpp')
0 files changed, 0 insertions, 0 deletions