r289686 - [DebugInfo] Restore test case for long double constants.

2016-12-14 Thread David Gross via cfe-commits
Author: dgross Date: Wed Dec 14 12:52:33 2016 New Revision: 289686 URL: http://llvm.org/viewvc/llvm-project?rev=289686=rev Log: [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

Re: [PATCH] D27597: [DebugInfo] Restore test case for long double constants.

2016-12-12 Thread David Gross via cfe-commits
I looked at what's supported by "requires", and couldn't find anything appropriate. The problem is that I want the test to be sensitive to the size of long double -- either no greater than 64 bits, or greater than 64 bits. It does not seem practical to list all platforms (so I suspect your

r289103 - [DebugInfo] Relax test case for long double constants.

2016-12-08 Thread David Gross via cfe-commits
Author: dgross Date: Thu Dec 8 15:15:17 2016 New Revision: 289103 URL: http://llvm.org/viewvc/llvm-project?rev=289103=rev Log: [DebugInfo] Relax test case for long double constants. Summary: D27549 (partial fix for PR26619) emits a constant value in the debug metadata for a floating-point

r289094 - [DebugInfo] Add support for __fp16, float, and double constants.

2016-12-08 Thread David Gross via cfe-commits
Author: dgross Date: Thu Dec 8 14:02:46 2016 New Revision: 289094 URL: http://llvm.org/viewvc/llvm-project?rev=289094=rev Log: [DebugInfo] Add support for __fp16, float, and double constants. Summary: Partial fix for PR26619. Prior to this change, a DIGlobalVariable corresponding to a static