| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
| |
Apple doesn't have a libgcc_s.
Change-Id: I2d20a579ec629afb2487e61b962c7f22a920c845
|
|
|
|
|
|
|
|
|
|
| |
Bug: 10653601
Bug: 13751317
We need to manually specify the same libgcc_s that is linked with all other
host tools, because the libc++ build rules explicitly pass -nodefaultlibs.
Change-Id: If85ebb2949f456a2ed5cc412e7d1510cc72a3c76
|
|\
| |
| |
| |
| | |
* commit 'fbc55c91b9e9eb1f38fd2b9b1a4a1bb3a9c50ef4':
Revert "Enable 64-bit builds of all host LLVM tools."
|
| |
| |
| |
| |
| |
| | |
This reverts commit f514d2c2b4a722b311d2f2c2a8762d7a83d42c00.
Change-Id: I240b55287c4c8a812b95b950a9a928f3e36628c5
|
|\ \
| |/
| |
| |
| | |
* commit 'e5a8082990418db051a52f003033a480ca691bec':
Enable 64-bit builds of all host LLVM tools.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Bug: 10653601
Bug: 13751317
We need to manually specify the same libgcc_s that is linked with all other
host tools, because the libc++ build rules explicitly pass -nodefaultlibs.
Change-Id: I09e7d2894e2be90ac81223b523688973fcb7de9a
|
|\ \
| |/
| |
| |
| | |
* commit '3160f5018b58edd927dc288630f115b8f910f8f3':
Add color support for Clang!
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Bug: 18187181
We were missing the HAVE_TERMINFO define, as well as proper linkage against
ncurses to enable this.
Change-Id: I985e1720fadbce4e20ec3608e7d5f0f67d1a74e9
|
| |
| |
| |
| |
| |
| | |
This reverts commit 1263deef0437859a32bacac8d1068cb3a552af02.
moved to clang's android.mk instead
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This is primarily so we get all clang/LLVM tools built without
PIE.
bug 15814177
Change-Id: Ic5f877a62de5cff3c82354da5a2949565ff1b479
|
|/
|
|
|
|
|
|
| |
Don't include libcxx on windows.
Fix PSTR -> PCSTR typo in config header.
Bug: 14416410
Change-Id: I2e66ed56a5a585ab126b9ac181def057908289d0
|
|
|
|
| |
Change-Id: Id1ca7e1e7a2b15464ae924e7fa629da1f33c6fa8
|
|
|
|
| |
Change-Id: I7735fd88104ff95001dd5f88a1c387df9af993ad
|
|\ |
|
| |
| |
| |
| |
| |
| | |
bug 13588226
Change-Id: I8a3e4293a3cb9acaa193779b8a548497b74c69fa
|
| |
| |
| |
| | |
Change-Id: Ifadecab779f128e62e430c2b4f6ddd84953ed617
|
|/
|
|
|
|
| |
This reverts commit 7d8cea6e8e2bddaa4475835106bf88d214d95279.
Change-Id: Ide81c8f7662646070481edb9f3196a0d9152adc2
|
|
|
|
|
|
| |
bug 13588226
Change-Id: I278371c48b8da811a4bdb1be99bfe6474b0d525a
|
|
|
|
|
|
| |
(cherry picked from 5c97ecc017eb90037ab8a2cf8ff7066982bb2c50)
Change-Id: I5cf69b6197f8d1ff0f0f4bfa589c82b36d1513f4
|
|
|
|
| |
Change-Id: I0633d66e76c76a58b9aac984a200883cc0691730
|
|
|
|
|
|
| |
Then, fix Mac build breakage on the libbcc side.
Change-Id: I098c8524944e6d6feda1ebe80d926aebc6ba0c00
|
|
|
|
| |
Change-Id: I5c92053d81093cdb7810d758d568d2694038280a
|
|
|
|
|
|
|
| |
If we undefined NDEBUG first, the system-wide -DNDEBUG will override it, thus
causing asserts to still remain off.
Change-Id: I84342ca36595bbd7e310ea19c6907938fba4cee7
|
|
|
|
| |
Change-Id: I844d8c5c8dcc86cbc5ec32c2ee442bf70bff0290
|
|
|
|
| |
Change-Id: I1935ffce1c5d5eec52ad8b69bab9ee0c281aef16
|
|
|
|
|
|
| |
Bug: 5010576
Change-Id: Ia82a523b49d44a2d806867d0ff931a15a10f980b
|
|
|
|
|
|
|
|
| |
The copy-only-diff trick violates the makefile assumption:
Rules should bring the target up to date if any source has newer time
stamp.
Change-Id: I9301d00461f1480ffd9293b81294985e58d4cdef
|
|
|
|
|
|
|
|
|
|
|
| |
Before this commit, tblgen rules will always generate new file,
change the timestamp, and then a lot of c++ files have to be
recompiled.
This commit modifies transform-td-to-out macro. Now, tblgen will
generate its output to an intermediate file. The timestamp of the
inc files will only be changed when the newly generated intermediate
file is different from the old one.
|
| |
|
| |
|
|
|
|
|
|
|
|
| |
Note that this only makes the sim build green, but the built images won't work for sure:
No libbcc.so, which depends on something else that can not build in sim mode.
No x86 bitcode is generated as well, I believe.
Change-Id: Idca8378427196622ac77cd56a38c6a160f03ba22
|
|
|
|
| |
Change-Id: I5a329137a43f36bab32ea62386ade11da550c0b0
|
|
|
|
| |
Change-Id: I5aa02363c1083297d163a575f5a35c495f950230
|
|
|
|
| |
Change-Id: Icdfbe34f73663b0f84de12394bb65137a86ba403
|
|
|
|
| |
Change-Id: I1db0884c86ac6744f3c95ae10cefc75e762a79c7
|
|
|
|
|
|
| |
Re-turn on sdk.
Change-Id: I91a890863989a67243b4d2dfd1ae09b843ebaeaf
|
|
Change-Id: Ieaa3ebd5a38f370752495549f8870b534eeedfc5
|