Skip to content

Commit 5cf6665

Browse files
committed
Define the _fltused symbol in one lldb test as well, post-r352076.
llvm-svn: 352159
1 parent 9073eb4 commit 5cf6665

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

lldb/lit/SymbolFile/NativePDB/function-types-builtins.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@
1111
// This technique in general allows us to exercise most of LLDB's type
1212
// system without a running process.
1313

14+
// Define _fltused, since we're not linking against the MS C runtime, but use
15+
// floats.
16+
extern "C" int _fltused = 0;
17+
1418
template<typename T>
1519
struct MakeResult {
1620
static T result() {

0 commit comments

Comments
 (0)