summaryrefslogtreecommitdiffstats
path: root/lldb/test/lang
diff options
context:
space:
mode:
authorSiva Chandra <sivachandra@google.com>2015-09-24 22:13:36 +0000
committerSiva Chandra <sivachandra@google.com>2015-09-24 22:13:36 +0000
commit13a62c65954411de5cd6fbd0f885e39562c95c93 (patch)
tree3d5c66a2a7bc0c100654f217665d5a7a79d6666b /lldb/test/lang
parentc52c30a78e7c41ce5f4cc3518a0ed548721c3d68 (diff)
downloadbcm5719-llvm-13a62c65954411de5cd6fbd0f885e39562c95c93.tar.gz
bcm5719-llvm-13a62c65954411de5cd6fbd0f885e39562c95c93.zip
[TestCppIncompleteTypes] Handle different archs when building a.o.
Reviewers: chying Subscribers: lldb-commits Differential Revision: http://reviews.llvm.org/D13147 llvm-svn: 248547
Diffstat (limited to 'lldb/test/lang')
-rw-r--r--lldb/test/lang/cpp/incomplete-types/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/test/lang/cpp/incomplete-types/Makefile b/lldb/test/lang/cpp/incomplete-types/Makefile
index 7d08d48a51d..409669d0445 100644
--- a/lldb/test/lang/cpp/incomplete-types/Makefile
+++ b/lldb/test/lang/cpp/incomplete-types/Makefile
@@ -28,7 +28,7 @@ length_nolimit.o: length.cpp
$(CXX) $(CFLAGS_NO_LIMIT) length.cpp -o length_nolimit.o
a.o: a.cpp
- $(CXX) -c a.cpp -o a.o
+ $(CXX) $(CFLAGS_NO_DEBUG) -c a.cpp -o a.o
clean: OBJECTS += limit nolimit length_limit.o length_nolimit.o
OpenPOWER on IntegriCloud