Skip to content

Commit

Permalink
[TestDataFormatterStdVector] s/-fstandalone-debug/-fno-limit-debug-info
Browse files Browse the repository at this point in the history
Test Plan: dotest.py -C <clang|gcc> -p TestDataFormatterStdVector

Reviewers: vharron

Subscribers: lldb-commits

Differential Revision: http://reviews.llvm.org/D8571

llvm-svn: 233108
  • Loading branch information
Siva Chandra committed Mar 24, 2015
1 parent 8448a24 commit 43386c3
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -6,10 +6,10 @@ CXXFLAGS := -O0
USE_LIBSTDCPP := 1

# clang-3.5+ outputs FullDebugInfo by default for Darwin/FreeBSD
# # targets. Other targets do not, which causes this test to fail.
# # This flag enables FullDebugInfo for all targets.
# targets. Other targets do not, which causes this test to fail.
# This flag enables FullDebugInfo for all targets.
ifneq (,$(findstring clang,$(CC)))
CFLAGS_EXTRAS += -fstandalone-debug
CFLAGS_EXTRAS += -fno-limit-debug-info
endif

include $(LEVEL)/Makefile.rules

0 comments on commit 43386c3

Please sign in to comment.