From 265091e581c9f643b37e7966890911f09e223269 Mon Sep 17 00:00:00 2001 From: Brian Carlstrom Date: Wed, 30 Jan 2013 14:08:26 -0800 Subject: Remove ExtractCodeAndPrelink and switch Portable to MCLinker Change-Id: Ia2459c7da6b79e0a1c0f1148c6e28ad9cbbe27a2 --- src/compiler/llvm/utils_llvm.h | 16 ---------------- 1 file changed, 16 deletions(-) (limited to 'src/compiler/llvm/utils_llvm.h') diff --git a/src/compiler/llvm/utils_llvm.h b/src/compiler/llvm/utils_llvm.h index e06e113aa7..2e273f4fe9 100644 --- a/src/compiler/llvm/utils_llvm.h +++ b/src/compiler/llvm/utils_llvm.h @@ -17,13 +17,8 @@ #ifndef ART_SRC_UTILS_LLVM_H_ #define ART_SRC_UTILS_LLVM_H_ -#include "base/stringprintf.h" - #include -#include -#include - namespace art { #ifndef NDEBUG @@ -32,17 +27,6 @@ namespace art { #define VERIFY_LLVM_FUNCTION(func) #endif -inline static std::string ElfFuncName(uint32_t idx) { - return StringPrintf("Art%u", static_cast(idx)); -} - -class CStringLessThanComparator { - public: - bool operator()(const char* lhs, const char* rhs) const { - return (strcmp(lhs, rhs) < 0); - } -}; - } // namespace art #endif // ART_SRC_UTILS_LLVM_H_ -- cgit v1.2.3-59-g8ed1b