]> granicus.if.org Git - clang/commit
Enable support for __float128 in Clang on OpenBSD/X86
authorBrad Smith <brad@comstyle.com>
Mon, 20 Feb 2017 03:18:15 +0000 (03:18 +0000)
committerBrad Smith <brad@comstyle.com>
Mon, 20 Feb 2017 03:18:15 +0000 (03:18 +0000)
commit571d97eea4942e726ee93c7dc2f0aea64809d8bd
tree6f2434561b1e87d2aae092ac28e9f5e26024bd19
parent10bdc60b50d6022c5c314789f98dad2f9039a618
Enable support for __float128 in Clang on OpenBSD/X86

/usr/local/include/c++/4.9.4/type_traits:279:39: error: __float128 is not
supported on this target

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@295635 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Basic/Targets.cpp
test/CodeGenCXX/float128-declarations.cpp