forked from OSchip/llvm-project
Define the _fltused symbol in one lldb test as well, post-r352076.
llvm-svn: 352159
This commit is contained in:
parent
9073eb4f25
commit
5cf6665373
|
@ -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() {
|
||||
|
|
Loading…
Reference in New Issue