From 5cf66653736ba2265152ae5e8a409056d8337a06 Mon Sep 17 00:00:00 2001 From: James Y Knight Date: Fri, 25 Jan 2019 03:21:23 +0000 Subject: [PATCH] Define the _fltused symbol in one lldb test as well, post-r352076. llvm-svn: 352159 --- lldb/lit/SymbolFile/NativePDB/function-types-builtins.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/lldb/lit/SymbolFile/NativePDB/function-types-builtins.cpp b/lldb/lit/SymbolFile/NativePDB/function-types-builtins.cpp index f07ea282670e..05ad68419938 100644 --- a/lldb/lit/SymbolFile/NativePDB/function-types-builtins.cpp +++ b/lldb/lit/SymbolFile/NativePDB/function-types-builtins.cpp @@ -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 struct MakeResult { static T result() {