[Lldb-commits] [PATCH] D14823: Disable forcing -marm (A32 instruction set) while running testsuite on arm targets.
Muhammad Omair Javaid via lldb-commits
lldb-commits at lists.llvm.org
Tue Nov 24 02:37:59 PST 2015
This revision was automatically updated to reflect the committed changes.
Closed by commit rL253973: Disable forcing -marm (A32 instruction set) while running testsuite on arm… (authored by omjavaid).
Changed prior to commit:
http://reviews.llvm.org/D14823?vs=40652&id=41017#toc
Repository:
rL LLVM
http://reviews.llvm.org/D14823
Files:
lldb/trunk/packages/Python/lldbsuite/test/make/Makefile.rules
Index: lldb/trunk/packages/Python/lldbsuite/test/make/Makefile.rules
===================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/make/Makefile.rules
+++ lldb/trunk/packages/Python/lldbsuite/test/make/Makefile.rules
@@ -164,6 +164,10 @@
override ARCH :=
override ARCHFLAG :=
endif
+ ifeq "$(ARCH)" "arm"
+ override ARCH :=
+ override ARCHFLAG :=
+ endif
ifeq "$(SPLIT_DEBUG_SYMBOLS)" "YES"
DSYM = $(EXE).debug
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14823.41017.patch
Type: text/x-patch
Size: 480 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20151124/0cb964ea/attachment-0001.bin>
More information about the lldb-commits
mailing list