summaryrefslogtreecommitdiffstats
path: root/lldb/test/functionalities/inline-stepping
diff options
context:
space:
mode:
authorMatt Kopec <Matt.Kopec@intel.com>2013-07-31 16:10:03 +0000
committerMatt Kopec <Matt.Kopec@intel.com>2013-07-31 16:10:03 +0000
commit540f3ed0f0b86fb45e412b8ee537eea7d77cc7a1 (patch)
treedaec7af375573723c7898278c1ddfe2a98302714 /lldb/test/functionalities/inline-stepping
parentdea0e6326b319600e4e2297002cadaa0c5708736 (diff)
downloadbcm5719-llvm-540f3ed0f0b86fb45e412b8ee537eea7d77cc7a1.tar.gz
bcm5719-llvm-540f3ed0f0b86fb45e412b8ee537eea7d77cc7a1.zip
Set an extra debug flag when testing with ICC so that it generates the correct debug info for inlined tests.
llvm-svn: 187500
Diffstat (limited to 'lldb/test/functionalities/inline-stepping')
-rw-r--r--lldb/test/functionalities/inline-stepping/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/lldb/test/functionalities/inline-stepping/Makefile b/lldb/test/functionalities/inline-stepping/Makefile
index 2aefbd8b628..532f49555e5 100644
--- a/lldb/test/functionalities/inline-stepping/Makefile
+++ b/lldb/test/functionalities/inline-stepping/Makefile
@@ -2,4 +2,8 @@ LEVEL = ../../make
CXX_SOURCES := calling.cpp
+ifneq (,$(findstring icc,$(CC)))
+ CXXFLAGS += -debug inline-debug-info
+endif
+
include $(LEVEL)/Makefile.rules
OpenPOWER on IntegriCloud