summaryrefslogtreecommitdiffstats
path: root/core/llvm_config.mk
Commit message (Collapse)AuthorAgeFilesLines
* add mip32 stuffs to clang's unknown flag listKeun young Park2012-10-051-1/+4
| | | | | | | - mini_mips changed to mips32-fp to accomodate all mips variants Bug: 7294949 Change-Id: Iae759e10e3f5d255e27b688042477263438bb7a7
* change target to androideabiKeun young Park2012-08-211-2/+2
| | | | | | | - it should be androideabi instead of android external/llvm/lib/Support/Triple.cpp Change-Id: Ied50f2dba930b402d000b5eb3b3ce5ef20731b8b
* add CLANG configurations for MIPSKeun young Park2012-08-161-3/+19
| | | | Change-Id: I36ed8089c447c20c229c348a096b49ff126552de
* Fix build: After merging in Clang, -Wno-psabi is no longer supported.Shih-wei Liao2012-08-031-0/+5
| | | | | | -Wno-unused-but-set-variable is not supported either. Change-Id: Ic416048a0b078efa50515539f6cac9db472ad086
* EXPERIMENTAL: Add libcompiler-rt-extras.a to device builds.Stephen Hines2012-06-121-0/+6
| | | | Change-Id: I463217aef573a28069469514ad94cd85a7f38bea
* resolved conflicts for merge of 62855a83 to jb-dev-plus-aospJean-Baptiste Queru2012-05-161-4/+4
| | | | Change-Id: Ic424ff756396463b98d137f8353d4a230e806a07
* Add LLVM_AS to tools.Stephen Hines2012-05-081-0/+1
| | | | Change-Id: If9b4900e743b9efbf4b12eee4ed5e713ce82db9b
* More Clang tweaks to the build system.Evgeniy Stepanov2012-04-101-1/+7
| | | | | | | | Adds arm_neon.h to the include path when building with Clang. Filters out 3 additional compiler flags when building with Clang. Filters out unsupported flags from TARGET_(arm|thumb)_CFLAGS, as well. Change-Id: I5e23a95356e0b10c31c9aa3cb4905f6a674709e4
* Add support for building with AddressSanitizer.Evgeniy Stepanov2012-04-031-0/+5
| | | | Change-Id: I559d21bbeb9f869f51e48ce18247ceaf766768b4
* Include Clang headers from ".../include" directory.Evgeniy Stepanov2012-04-031-1/+1
| | | | | | Do it with -isystem instead of -I. Change-Id: I70fd55772e59a35f0b5a56816d61120f4921f4a4
* Skip host system directories in Clang include path.Evgeniy Stepanov2012-03-261-0/+2
| | | | | | | This change removes /usr/include and /usr/local/include from Clang header search path. Change-Id: I84450f4f4aef829c5aef9221bf300e69819bac48
* Make sure compiler flags also pick up correct toolchain.Stephen Hines2012-03-221-1/+3
| | | | Change-Id: Id6ff8c3ee7cfa5dee46ef000cbceb7666b934240
* Add LOCAL_CLANG variable to switch C/C++ build environment to Clang.Evgeniy Stepanov2012-03-221-11/+35
| | | | | | | | Change-Id: I8ca1c24f51aa5546ac9618d31566a52e4fdb1436 Conflicts: core/clear_vars.mk
* Define a basic llvm-link + clang environmentyroussel2012-03-201-0/+33
Move it from dalvik/vm/translator/runtime/ to build/ Add handling of -march=armv5te and -march=armv5e