diff options
Diffstat (limited to 'llvm/unittests/DebugInfo/DWARF/DwarfUtils.h')
-rw-r--r-- | llvm/unittests/DebugInfo/DWARF/DwarfUtils.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/unittests/DebugInfo/DWARF/DwarfUtils.h b/llvm/unittests/DebugInfo/DWARF/DwarfUtils.h index e96b2b94479..036071e0b56 100644 --- a/llvm/unittests/DebugInfo/DWARF/DwarfUtils.h +++ b/llvm/unittests/DebugInfo/DWARF/DwarfUtils.h @@ -18,7 +18,8 @@ class Triple; namespace dwarf { namespace utils { -Triple getHostTripleForAddrSize(uint8_t AddrSize); +Triple getDefaultTargetTripleForAddrSize(uint8_t AddrSize); +Triple getNormalizedDefaultTargetTriple(); bool isConfigurationSupported(Triple &T); } // end namespace utils |