diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2015-05-14 00:45:20 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2015-05-14 00:45:20 +0000 |
commit | 23d8d0338e9878294dc16c78c1190be2245509d5 (patch) | |
tree | 8db61f6bd5e50e00bda6b777acd23d0b902e212a /llvm/lib/CodeGen/TargetLoweringBase.cpp | |
parent | a0334a9277fa450f74ae0f99fa4e0850cf12641c (diff) | |
download | bcm5719-llvm-23d8d0338e9878294dc16c78c1190be2245509d5.tar.gz bcm5719-llvm-23d8d0338e9878294dc16c78c1190be2245509d5.zip |
[modules] Fix a #include cycle when building a module for our builtin headers.
xmmintrin.h includes emmintrin.h and vice versa if SSE2 is enabled. We break
this cycle for a modules build, and instead make the xmmintrin.h module
re-export the immintrin.h module. Also included is a fix for an assert in the
serialization code if a module exports another module that was declared later
in the same module map.
llvm-svn: 237321
Diffstat (limited to 'llvm/lib/CodeGen/TargetLoweringBase.cpp')
0 files changed, 0 insertions, 0 deletions