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

David Gross via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Dec 9 03:59:59 PST 2016


dgross added a comment.

I don't know exactly what the RUN syntax supported by lit is.  What I've done here looks complex, but it does work for Linux.  What about other platforms?

Is there some better way of writing a test case where the checks to be done by FileCheck depend on some property of the file being analyzed (here, the size of long double, as embedded in the debug metadata)?  I don't see any support for conditions in FileCheck.

Maybe I'm going about this completely the wrong way?


https://reviews.llvm.org/D27597





More information about the cfe-commits mailing list