Lines 70-76
Link Here
|
70 |
const llvm::opt::ArgList &Args) const override; |
70 |
const llvm::opt::ArgList &Args) const override; |
71 |
bool isPIEDefault() const override; |
71 |
bool isPIEDefault() const override; |
72 |
SanitizerMask getSupportedSanitizers() const override; |
72 |
SanitizerMask getSupportedSanitizers() const override; |
73 |
unsigned GetDefaultDwarfVersion() const override { return 2; } |
73 |
unsigned GetDefaultDwarfVersion() const override; |
74 |
// Until dtrace (via CTF) and LLDB can deal with distributed debug info, |
74 |
// Until dtrace (via CTF) and LLDB can deal with distributed debug info, |
75 |
// FreeBSD defaults to standalone/full debug info. |
75 |
// FreeBSD defaults to standalone/full debug info. |
76 |
bool GetDefaultStandaloneDebug() const override { return true; } |
76 |
bool GetDefaultStandaloneDebug() const override { return true; } |