Skip to content

Commit 9d0f44b

Browse files
committedNov 24, 2015
Disable forcing -marm (A32 instruction set) while running testsuite on arm targets.
Differential revision: http://reviews.llvm.org/D14823 llvm-svn: 253973
1 parent 08010b5 commit 9d0f44b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed
 

Diff for: ‎lldb/packages/Python/lldbsuite/test/make/Makefile.rules

+4
Original file line numberDiff line numberDiff line change
@@ -164,6 +164,10 @@ else
164164
override ARCH :=
165165
override ARCHFLAG :=
166166
endif
167+
ifeq "$(ARCH)" "arm"
168+
override ARCH :=
169+
override ARCHFLAG :=
170+
endif
167171

168172
ifeq "$(SPLIT_DEBUG_SYMBOLS)" "YES"
169173
DSYM = $(EXE).debug

0 commit comments

Comments
 (0)
Please sign in to comment.