mirror of
https://github.com/intel/llvm.git
synced 2026-02-02 02:00:03 +08:00
d7d45bf8ceed017b6dcc1f8fab18d5a85b688837
Since this patch provided support for the __float128 type but disabled it on all platforms by default, some platforms can't compile type_traits with -std=gnu++11 since there is a specialization with __float128. This reverts the patch until D19125 is approved (i.e. we know which platforms need this support enabled). llvm-svn: 266460
Languages
LLVM
41.3%
C++
31.5%
C
13%
Assembly
9.5%
MLIR
1.5%
Other
2.8%