Skip to content

Commit

Permalink
Define the _fltused symbol in one lldb test as well, post-r352076.
Browse files Browse the repository at this point in the history
llvm-svn: 352159
  • Loading branch information
jyknight committed Jan 25, 2019
1 parent 9073eb4 commit 5cf6665
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lldb/lit/SymbolFile/NativePDB/function-types-builtins.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit 5cf6665

Please sign in to comment.