From db1fa62bf8241cc623b63feca2cfae7d79da6577 Mon Sep 17 00:00:00 2001 From: Tatyana Krasnukha Date: Thu, 26 Dec 2019 18:21:30 +0300 Subject: [lldb][test] Don't include "test_common.h" in the debug macros test GCC produces incorrect .debug_macro section when "-include" option is used: https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93075. --- .../packages/Python/lldbsuite/test/commands/expression/macros/Makefile | 3 +++ 1 file changed, 3 insertions(+) (limited to 'lldb/packages/Python/lldbsuite/test/commands/expression/macros') diff --git a/lldb/packages/Python/lldbsuite/test/commands/expression/macros/Makefile b/lldb/packages/Python/lldbsuite/test/commands/expression/macros/Makefile index a7549f24ea7..a2af5c4ce70 100644 --- a/lldb/packages/Python/lldbsuite/test/commands/expression/macros/Makefile +++ b/lldb/packages/Python/lldbsuite/test/commands/expression/macros/Makefile @@ -2,5 +2,8 @@ CXX_SOURCES := main.cpp DEBUG_INFO_FLAG = -g3 -gdwarf-5 +# GCC produces incorrect .debug_macro section when "-include" option is used: +# https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93075. +NO_TEST_COMMON_H := 1 include Makefile.rules -- cgit v1.2.3