diff options
Diffstat (limited to 'clang/lib/Driver/Tools.h')
-rw-r--r-- | clang/lib/Driver/Tools.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/lib/Driver/Tools.h b/clang/lib/Driver/Tools.h index 9d0778b22f4..5898c660a49 100644 --- a/clang/lib/Driver/Tools.h +++ b/clang/lib/Driver/Tools.h @@ -202,6 +202,8 @@ namespace hexagon { namespace darwin { + llvm::Triple::ArchType getArchTypeForDarwinArchName(StringRef Str); + class LLVM_LIBRARY_VISIBILITY DarwinTool : public Tool { virtual void anchor(); protected: |