diff options
Diffstat (limited to 'llvm-host-build.mk')
-rw-r--r-- | llvm-host-build.mk | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/llvm-host-build.mk b/llvm-host-build.mk index 0ac97c3..4e2898d 100644 --- a/llvm-host-build.mk +++ b/llvm-host-build.mk @@ -55,9 +55,6 @@ LOCAL_IS_HOST_MODULE := true LOCAL_32_BIT_ONLY := true -# remove when we can use PIE binaries in all places again -LOCAL_NO_FPIE := true - ########################################################### ## Commands for running tblgen to compile a td file ########################################################### |