diff options
author | Reid Kleckner <reid@kleckner.net> | 2013-03-26 16:56:59 +0000 |
---|---|---|
committer | Reid Kleckner <reid@kleckner.net> | 2013-03-26 16:56:59 +0000 |
commit | 1232e279b4a0d98885b9672d3bb5905488360e49 (patch) | |
tree | faef8810cae33e1dff44da009fc27eac97a70f5f /lib/Frontend | |
parent | 76ed61788e88ab1f6345fd3611e1a618f1c334e3 (diff) |
[ms-cxxabi] Mangle vector types
Summary:
The only vector types a user can pass from MSVC code to clang code are
the ones from *mmintrin.h, so we only have to match the MSVC mangling
for these types. MSVC mangles the __m128 family of types as tag types,
which we match. For other vector types, we emit a unique tag type
mangling that won't match anything produced by MSVC.
Reviewers: rjmccall
CC: chandlerc, timurrrr, cfe-commits
Differential Revision: http://llvm-reviews.chandlerc.com/D576
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@178036 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Frontend')
0 files changed, 0 insertions, 0 deletions