aboutsummaryrefslogtreecommitdiff
path: root/lib/Driver/ToolChains/FreeBSD.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Driver/ToolChains/FreeBSD.h')
-rw-r--r--lib/Driver/ToolChains/FreeBSD.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Driver/ToolChains/FreeBSD.h b/lib/Driver/ToolChains/FreeBSD.h
index adfe21da372f..d17b3808ffac 100644
--- a/lib/Driver/ToolChains/FreeBSD.h
+++ b/lib/Driver/ToolChains/FreeBSD.h
@@ -69,7 +69,7 @@ public:
const llvm::opt::ArgList &Args) const override;
bool isPIEDefault() const override;
SanitizerMask getSupportedSanitizers() const override;
- unsigned GetDefaultDwarfVersion() const override { return 2; }
+ unsigned GetDefaultDwarfVersion() const override;
// Until dtrace (via CTF) and LLDB can deal with distributed debug info,
// FreeBSD defaults to standalone/full debug info.
bool GetDefaultStandaloneDebug() const override { return true; }