Skip to content
This repository was archived by the owner on May 21, 2021. It is now read-only.

Commit 9386890

Browse files
committed
Add Mips to the list of clang targets in setup.sh
Summary: Mips is included in the list of targets we build against with ndk-build, so we need to bring it back. Still, building clang for 4 targets is more efficient than building it for 16. {F174304520} Test Plan: Run ./setup.sh, observe mips getting picked up as a target during configure. Reviewers: mtrojer, jul Reviewed By: mtrojer Differential Revision: https://phabricator.intern.facebook.com/D16646418 Signature: 16646418:1565007816:a9169af4550a29cde9dc3adaa79b05ef6dbf16e1
1 parent af72f46 commit 9386890

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

clang/setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ CMAKE_ARGS=(
124124
-DLLVM_ENABLE_EH=On
125125
-DLLVM_ENABLE_RTTI=On
126126
-DLLVM_INCLUDE_DOCS=Off
127-
-DLLVM_TARGETS_TO_BUILD="X86;AArch64;ARM"
127+
-DLLVM_TARGETS_TO_BUILD="X86;AArch64;ARM;Mips"
128128
-DLLVM_BUILD_EXTERNAL_COMPILER_RT=On
129129
)
130130

0 commit comments

Comments
 (0)