commit | 20a600c431f425a7f1ce99566c1f8578fa7c6464 | [log] [tgz] |
---|---|---|
author | Stephan Bergmann <sbergman@redhat.com> | Wed Dec 14 11:57:17 2016 +0000 |
committer | Stephan Bergmann <sbergman@redhat.com> | Wed Dec 14 11:57:17 2016 +0000 |
tree | 097f72f12b3b6a545598e47ba3638c384a9b82b7 | |
parent | 1452ff9efc64fb0cfc08b3899d9b864c7320e748 [diff] |
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 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@289647 91177308-0d34-0410-b5e6-96231b3b80d8