mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
Bug 1182727 - Part 14: Remove the old files that are not needed any more; r=rail
This commit is contained in:
parent
288b88b444
commit
fbf588270f
@ -1,11 +0,0 @@
|
||||
{
|
||||
"llvm_revision": "183744",
|
||||
"llvm_repo": "http://llvm.org/svn/llvm-project/llvm/branches/release_33",
|
||||
"clang_repo": "http://llvm.org/svn/llvm-project/cfe/branches/release_33",
|
||||
"compiler_repo": "http://llvm.org/svn/llvm-project/compiler-rt/branches/release_33",
|
||||
"patches": {
|
||||
"macosx64": ["llvm-debug-frame.patch"],
|
||||
"linux64": ["llvm-debug-frame.patch", "no-sse-on-linux.patch"],
|
||||
"linux32": ["llvm-debug-frame.patch", "no-sse-on-linux.patch"]
|
||||
}
|
||||
}
|
@ -1,8 +0,0 @@
|
||||
{
|
||||
"llvm_revision": "241773",
|
||||
"llvm_repo": "http://llvm.org/svn/llvm-project/llvm/branches/release_36",
|
||||
"clang_repo": "http://llvm.org/svn/llvm-project/cfe/branches/release_36",
|
||||
"compiler_repo": "http://llvm.org/svn/llvm-project/compiler-rt/branches/release_36",
|
||||
"patches": {
|
||||
}
|
||||
}
|
@ -1,13 +0,0 @@
|
||||
Index: lib/Driver/Tools.cpp
|
||||
===================================================================
|
||||
--- a/clang/lib/Driver/Tools.cpp (revision 181515)
|
||||
+++ b/clang/lib/Driver/Tools.cpp (working copy)
|
||||
@@ -1245,7 +1245,7 @@
|
||||
// All x86 devices running Android have core2 as their common
|
||||
// denominator. This makes a better choice than pentium4.
|
||||
if (Triple.getEnvironment() == llvm::Triple::Android)
|
||||
- return "core2";
|
||||
+ return "686";
|
||||
|
||||
// Fallback to p4.
|
||||
return "pentium4";
|
@ -1,4 +0,0 @@
|
||||
#!/bin/sh
|
||||
|
||||
rm -rf clang
|
||||
tar -xjf clang.tar.bz2
|
Loading…
Reference in New Issue
Block a user