mirror of
https://github.com/intel/llvm.git
synced 2026-01-30 14:07:28 +08:00
Two changes are required to compile the tests for android * Disable the usage of -lpthread as it is included by default on android * Add -pie to the linker flags because android only support position independent executables Differential revision: http://reviews.llvm.org/D7856 llvm-svn: 230487