diff options
author | Tamas Berghammer <tberghammer@google.com> | 2016-04-11 08:45:01 +0000 |
---|---|---|
committer | Tamas Berghammer <tberghammer@google.com> | 2016-04-11 08:45:01 +0000 |
commit | 4b28ee359f4889b13f2949ae04c0fc25d07f2abf (patch) | |
tree | 0fd98149c3ca81e38ae8ad35b65a374f87ad6791 /lldb/packages/Python/lldbsuite | |
parent | 7b6f4000903e8d01cc80b16b4fcb2d163285da56 (diff) | |
download | bcm5719-llvm-4b28ee359f4889b13f2949ae04c0fc25d07f2abf.tar.gz bcm5719-llvm-4b28ee359f4889b13f2949ae04c0fc25d07f2abf.zip |
Fix makefile for TestMiThreadInfo after rL265858
The makefile was explicitly setting LDFLAGS what is breaking some rules
in the global makefile.
llvm-svn: 265920
Diffstat (limited to 'lldb/packages/Python/lldbsuite')
-rw-r--r-- | lldb/packages/Python/lldbsuite/test/tools/lldb-mi/threadinfo/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/threadinfo/Makefile b/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/threadinfo/Makefile index 2796efd60eb..5eb61b1ff50 100644 --- a/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/threadinfo/Makefile +++ b/lldb/packages/Python/lldbsuite/test/tools/lldb-mi/threadinfo/Makefile @@ -1,7 +1,5 @@ LEVEL = ../../../make -LDFLAGS=-pthread - CXX_SOURCES := test_threadinfo.cpp include $(LEVEL)/Makefile.rules |