Go to file
David Gross ff06759ffb [DebugInfo] Restore test case for long double constants.
Summary:
D27549 (partial fix for PR26619) emits a constant value in the debug
metadata for a floating-point static const that does not exceed 64
bits in size.  Whether or not a long double exceeds 64 bits in size
depends on the target.  Modify the test case so that it expects a
constant value for long double if and only if the long double is no
larger than 64 bits.

Reviewers: cfe-commits, probinson

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

llvm-svn: 289686
2016-12-14 18:52:33 +00:00
clang [DebugInfo] Restore test case for long double constants. 2016-12-14 18:52:33 +00:00
clang-tools-extra [change-namespace] don't crash when type reference is in function type parameter list. 2016-12-14 17:01:52 +00:00
compiler-rt tsan: allow Java VM iterate over allocated objects 2016-12-14 18:20:18 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Fix build since r286752. 2016-11-14 16:06:33 +00:00
libcxx [libcxx] [test] Fix size_t-to-int truncation warnings in syserr.hash. 2016-12-13 01:54:58 +00:00
libcxxabi [libc++abi] Mark failing test on Darwin as XFAIL 2016-12-13 02:43:04 +00:00
libunwind EHABI: mark some functions as exported 2016-11-17 23:53:35 +00:00
lld [ELF] Accept first SHT_ARM_ATTRIBUTES section 2016-12-14 10:36:12 +00:00
lldb Replace APFloatBase static fltSemantics data members with getter functions 2016-12-14 11:57:17 +00:00
llgo [llgo] Remove support for LLVM attributes 2016-12-06 19:22:04 +00:00
llvm [InstCombine] When folding GEP through a phi node merge the debug locations 2016-12-14 18:37:50 +00:00
openmp Cleanup: debug print fixed and moved inside critical section. 2016-12-14 08:29:00 +00:00
parallel-libs [Acxxel] Remove setActiveDeviceForThread 2016-10-28 00:54:02 +00:00
polly Adjust clang-format formatting to r289531 2016-12-13 12:44:00 +00:00