Remove llvm/api file matching.

We are moving to a single llvm executable able to handle all
API levels so this file (helping select the llvm exe depending
on target API is not needed anymore).

Change-Id: Iea7b59de182ceb4e5f8a9ba9fe712d47834d39e0
This commit is contained in:
Xavier Ducrohet
2011-09-15 17:33:54 -07:00
parent d9d6c74b45
commit 73aa4b5122
2 changed files with 0 additions and 6 deletions

View File

@@ -42,7 +42,6 @@ bin/adb platform-tools/adb
bin/aapt platform-tools/aapt bin/aapt platform-tools/aapt
bin/aidl platform-tools/aidl bin/aidl platform-tools/aidl
bin/llvm-rs-cc platform-tools/llvm-rs-cc bin/llvm-rs-cc platform-tools/llvm-rs-cc
development/sdk/llvm-rs-cc.txt platform-tools/llvm-rs-cc.txt
# dx # dx
bin/dx platform-tools/dx bin/dx platform-tools/dx

View File

@@ -1,5 +0,0 @@
# map versions of the llvm-rs-cc compiler with the min API level.
# <compiler version>:<api leve>
# the compiler version number maps to the filename llvm-rs-cc-<version>[.exe]
# except for version 1 which is simply llvm-rs-cc[.exe]
1:11