[Lldb-commits] [lldb] r271618 - Fix makefile for TestExternCSymbols

Tamas Berghammer via lldb-commits lldb-commits at lists.llvm.org
Thu Jun 2 18:03:04 PDT 2016


Author: tberghammer
Date: Thu Jun  2 20:03:04 2016
New Revision: 271618

URL: http://llvm.org/viewvc/llvm-project?rev=271618&view=rev
Log:
Fix makefile for TestExternCSymbols

Modified:
    lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/extern_c/Makefile

Modified: lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/extern_c/Makefile
URL: http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/extern_c/Makefile?rev=271618&r1=271617&r2=271618&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/extern_c/Makefile (original)
+++ lldb/trunk/packages/Python/lldbsuite/test/lang/cpp/extern_c/Makefile Thu Jun  2 20:03:04 2016
@@ -1,3 +1,3 @@
 LEVEL = ../../../make
-C_SOURCES := main.c
+CXX_SOURCES := main.cpp
 include $(LEVEL)/Makefile.rules




More information about the lldb-commits mailing list