[Lldb-commits] [lldb] r265920 - Fix makefile for TestMiThreadInfo after rL265858

Tamas Berghammer via lldb-commits lldb-commits at lists.llvm.org
Mon Apr 11 01:45:02 PDT 2016


Author: tberghammer
Date: Mon Apr 11 03:45:01 2016
New Revision: 265920

URL: http://llvm.org/viewvc/llvm-project?rev=265920&view=rev
Log:
Fix makefile for TestMiThreadInfo after rL265858

The makefile was explicitly setting LDFLAGS what is breaking some rules
in the global makefile.

Modified:
    lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-mi/threadinfo/Makefile

Modified: lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-mi/threadinfo/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-mi/threadinfo/Makefile?rev=265920&r1=265919&r2=265920&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-mi/threadinfo/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/tools/lldb-mi/threadinfo/Makefile Mon Apr 11 03:45:01 2016
@@ -1,7 +1,5 @@
 LEVEL = ../../../make
 
-LDFLAGS=-pthread
-
 CXX_SOURCES := test_threadinfo.cpp
 
 include $(LEVEL)/Makefile.rules




More information about the lldb-commits mailing list