summaryrefslogtreecommitdiffstats
path: root/compiler/driver/compiler_driver.h
diff options
context:
space:
mode:
authorAndreas Gampe <agampe@google.com>2015-04-07 19:58:03 -0700
committerAndreas Gampe <agampe@google.com>2015-04-07 19:58:03 -0700
commitc7399c82c27f85a2df2653e1eb8c0b60f2cfd934 (patch)
tree77c7df80503c8737931102a94350c1bb7d2d0a9e /compiler/driver/compiler_driver.h
parent40f65560b5ecd79aeaadc16b03834d11aea1e0a5 (diff)
downloadart-c7399c82c27f85a2df2653e1eb8c0b60f2cfd934.zip
art-c7399c82c27f85a2df2653e1eb8c0b60f2cfd934.tar.gz
art-c7399c82c27f85a2df2653e1eb8c0b60f2cfd934.tar.bz2
ART: Remove LLVM cruft
Change-Id: I133ebed6101bf12a0642ed71e13f332c0c4f14e7
Diffstat (limited to 'compiler/driver/compiler_driver.h')
-rw-r--r--compiler/driver/compiler_driver.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/compiler/driver/compiler_driver.h b/compiler/driver/compiler_driver.h
index edd1bd2..a6ed559 100644
--- a/compiler/driver/compiler_driver.h
+++ b/compiler/driver/compiler_driver.h
@@ -385,12 +385,6 @@ class CompilerDriver {
OatWriter* oat_writer,
File* file);
- // TODO: move to a common home for llvm helpers once quick/portable are merged.
- static void InstructionSetToLLVMTarget(InstructionSet instruction_set,
- std::string* target_triple,
- std::string* target_cpu,
- std::string* target_attr);
-
void SetCompilerContext(void* compiler_context) {
compiler_context_ = compiler_context;
}