Define the _fltused symbol in one lldb test as well, post-r352076.

llvm-svn: 352159
This commit is contained in:
James Y Knight 2019-01-25 03:21:23 +00:00
parent 9073eb4f25
commit 5cf6665373
1 changed files with 4 additions and 0 deletions

View File

@ -11,6 +11,10 @@
// This technique in general allows us to exercise most of LLDB's type
// system without a running process.
// Define _fltused, since we're not linking against the MS C runtime, but use
// floats.
extern "C" int _fltused = 0;
template<typename T>
struct MakeResult {
static T result() {