| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
I'm not sure why 'git llvm revert' removed them.
llvm-svn: 360297
|
|
|
|
|
|
|
|
|
|
|
|
| |
MS compatibility.
This reverts r360271 (git commit a0933bd8ec1515167ea653f7ee788b8bbde27d51)
There are concerns on the review that this breaks EFI builds and that
the transitive includes (sal.h) are actually heavy enough that we might
care.
llvm-svn: 360291
|
|
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
|