diff options
| author | Matt Kopec <Matt.Kopec@intel.com> | 2013-07-31 16:10:03 +0000 |
|---|---|---|
| committer | Matt Kopec <Matt.Kopec@intel.com> | 2013-07-31 16:10:03 +0000 |
| commit | 540f3ed0f0b86fb45e412b8ee537eea7d77cc7a1 (patch) | |
| tree | daec7af375573723c7898278c1ddfe2a98302714 /lldb/test/python_api/frame | |
| parent | dea0e6326b319600e4e2297002cadaa0c5708736 (diff) | |
| download | bcm5719-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/python_api/frame')
| -rw-r--r-- | lldb/test/python_api/frame/inlines/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lldb/test/python_api/frame/inlines/Makefile b/lldb/test/python_api/frame/inlines/Makefile index c5b0d18f995..641ee5d96ca 100644 --- a/lldb/test/python_api/frame/inlines/Makefile +++ b/lldb/test/python_api/frame/inlines/Makefile @@ -2,4 +2,8 @@ LEVEL = ../../../make C_SOURCES := inlines.c +ifneq (,$(findstring icc,$(CC))) + CFLAGS += -debug inline-debug-info +endif + include $(LEVEL)/Makefile.rules |

