blob: 778109f9514962735edba926fadeec91375eb31b [file] [log] [blame]
Stephen Hines031afa32012-03-08 14:16:16 -08001/*
2 * README.android describes in high-level the compiler-rt changes that we
3 * cannot push upstream to the llvm.org repository:
4 * - Changes due to Android's build system.
5 * - Changes due to Android's toolchain.
6 * - Changes due to the limitations in Android-based consumer electronics.
7 *
8 * Some of them are to-dos. If and when they are done, there will no longer be
9 * merge conflicts with upstream on those parts.
10 *
11 * The file contains useful hints when we try to resolve future 3-way merge
12 * conflicts.
13 */
14
15* For JellyBean: Synced to upstream r152058
16
Stephen Hines08c058a2012-07-27 09:47:37 -070017* Cherry-pick on 2012/07/27: https://llvm.org/svn/llvm-project/compiler-rt/trunk@160853 for ASan (Contact srhines for merge questions.)
Stephen Hines27590d72012-05-23 14:32:30 -070018* Cherry-pick on 2012/05/23: https://llvm.org/svn/llvm-project/compiler-rt/trunk@157318 for ASan (Contact srhines for merge questions.)
Stephen Hines031afa32012-03-08 14:16:16 -080019* Recent downstreaming on 2012/03/08: Synced to r152058 (Contact srhines for merge questions.)
20
21TODO: This is still not building by default (no Android.mk files are present
22yet). Look at frameworks/compile/libbcc/runtime for potential starting points.
23
24TODO: Switch libbcc to use this version of compiler-rt instead of its own
25tweaked version.