diff options
author | Nico Weber <nicolasweber@gmx.de> | 2018-08-17 17:19:06 +0000 |
---|---|---|
committer | Nico Weber <nicolasweber@gmx.de> | 2018-08-17 17:19:06 +0000 |
commit | b2c53d3393e8a1062625443f25522f337e827209 (patch) | |
tree | 8b268bc75bcd61d36acf74ab61acb4f3e693e1de /lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp | |
parent | cb9a82fc7bbe3210d745e26d3e4c5fb5c7002c72 (diff) | |
download | bcm5719-llvm-b2c53d3393e8a1062625443f25522f337e827209.tar.gz bcm5719-llvm-b2c53d3393e8a1062625443f25522f337e827209.zip |
Make __shiftleft128 / __shiftright128 real compiler built-ins.
r337619 added __shiftleft128 / __shiftright128 as functions in intrin.h.
Microsoft's STL plans on using these functions, and they're using intrin0.h
which just has declarations of built-ins to not pull in the huge intrin.h
header in the standard library headers. That requires that these functions are
real built-ins.
https://reviews.llvm.org/D50907
llvm-svn: 340048
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp')
0 files changed, 0 insertions, 0 deletions