hanchenye-llvm-project/llvm/lib/Bitcode
Stephan Bergmann 17c7f70362 Replace APFloatBase static fltSemantics data members with getter functions
At least the plugin used by the LibreOffice build
(<https://wiki.documentfoundation.org/Development/Clang_plugins>) indirectly
uses those members (through inline functions in LLVM/Clang include files in turn
using them), but they are not exported by utils/extract_symbols.py on Windows,
and accessing data across DLL/EXE boundaries on Windows is generally
problematic.

Differential Revision: https://reviews.llvm.org/D26671

llvm-svn: 289647
2016-12-14 11:57:17 +00:00
..
Reader Replace APFloatBase static fltSemantics data members with getter functions 2016-12-14 11:57:17 +00:00
Writer Fix compile with GCC 5 or later 2016-12-12 19:05:52 +00:00
CMakeLists.txt
LLVMBuild.txt