[LLDB] Fix TestSTL.py on Windows
authorMuhammad Omair Javaid <omair.javaid@linaro.org>
Thu, 30 Jun 2022 08:25:43 +0000 (12:25 +0400)
committerMuhammad Omair Javaid <omair.javaid@linaro.org>
Thu, 30 Jun 2022 09:27:14 +0000 (13:27 +0400)
TestSTL.py was broken by 9c6e04359282e9051f7b2744b99266ece32db001.
This patch fixes it with changes to its Makefile.

lldb/test/API/lang/cpp/stl/Makefile

index 4617d67..3c20771 100644 (file)
@@ -1,4 +1,5 @@
 CXX_SOURCES := main.cpp
-CFLAGS := -g -O0
+
+DEBUG_INFO_FLAG := -gdwarf -O0
 
 include Makefile.rules