Author: teemperor
Date: Sun Sep 1 06:36:44 2019
New Revision: 370611
URL: http://llvm.org/viewvc/llvm-project?rev=370611&view=rev
Log:
[lldb][NFC] Fix failing tests after restructuring test folder
Just adjusts all the relative paths in the Makefiles (and
the breakpoint test which seems to rely on the name of its
folder).
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/apropos/with-process/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/breakpoint/basic/TestBreakpointCommand.py
lldb/trunk/packages/Python/lldbsuite/test/commands/command/nested_alias/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/command/script/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/disassemble/basic/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/anonymous-struct/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/argument_passing_restrictions/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/call-function/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/call-overridden-method/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/call-restarts/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/cast_int_to_anonymous_enum/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/char/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/class_template_specialization_empty_pack/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/completion/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/context-object/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/dollar-in-variable/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/dont_allow_jit/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/entry-bp/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/expr-in-syscall/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/formatters/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/function_template_specialization_temp_args/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/basic/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/conflicts/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/deque-basic/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/deque-dbg-info-content/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list-basic/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list-dbg-info-content/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/list-basic/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/list-dbg-info-content/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/no-std-module/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/queue/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/shared_ptr-dbg-info-content/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/shared_ptr/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/stack/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/unique_ptr-dbg-info-content/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/unique_ptr/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-basic/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-bool/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-dbg-info-content/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-of-vectors/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/weak_ptr-dbg-info-content/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/weak_ptr/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/inline-namespace/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/ir-interpreter-phi-nodes/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/ir-interpreter/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/issue_11588/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/multiline-completion/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/no-deadlock/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/options/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/persistent_ptr_update/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/persistent_types/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/persistent_variables/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/pr35310/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/radar_8638051/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/radar_9531204/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/radar_9673664/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/rdar42038760/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/rdar44436068/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/save_jit_objects/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/scoped_enums/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/test/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/timeout/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/top-level/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/top-level/dummy.mk
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/unicode-in-variable/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/unwind_expression/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/vector_of_enums/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/xvalue/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/frame/language/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/frame/var-scope/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/frame/var/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/log/basic/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/process/attach-resume/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/process/attach/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/process/attach/attach_denied/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/process/launch/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/register/register/register_command/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/settings/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/settings/quoting/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/statistics/basic/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/target/basic/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/target/create-deps/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/target/create-deps/a.mk
lldb/trunk/packages/Python/lldbsuite/test/commands/target/create-no-such-arch/Makefile
lldb/trunk/packages/Python/lldbsuite/test/commands/target/stop-hooks/Makefile
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/apropos/with-process/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/apropos/with-process/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/apropos/with-process/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/apropos/with-process/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
CXX_SOURCES := main.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/breakpoint/basic/TestBreakpointCommand.py
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/breakpoint/basic/TestBreakpointCommand.py?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/breakpoint/basic/TestBreakpointCommand.py
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/breakpoint/basic/TestBreakpointCommand.py
Sun Sep 1 06:36:44 2019
@@ -83,16 +83,16 @@ class BreakpointCommandTestCase(TestBase
self, "./main.c", self.line,
num_expected_locations=1, loc_exact=True)
lldbutil.run_break_set_by_file_and_line(
- self, "breakpoint_command/main.c", self.line,
+ self, "basic/main.c", self.line,
num_expected_locations=1, loc_exact=True)
lldbutil.run_break_set_by_file_and_line(
- self, "./breakpoint_command/main.c", self.line,
+ self, "./basic/main.c", self.line,
num_expected_locations=1, loc_exact=True)
lldbutil.run_break_set_by_file_and_line(
- self, "breakpoint/breakpoint_command/main.c", self.line,
+ self, "breakpoint/basic/main.c", self.line,
num_expected_locations=1, loc_exact=True)
lldbutil.run_break_set_by_file_and_line(
- self, "./breakpoint/breakpoint_command/main.c", self.line,
+ self, "./breakpoint/basic/main.c", self.line,
num_expected_locations=1, loc_exact=True)
# Test relative breakpoints with incorrect paths and make sure we get
# no breakpoint locations
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/command/nested_alias/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/command/nested_alias/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/command/nested_alias/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/command/nested_alias/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
CXX_SOURCES := main.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/command/script/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/command/script/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/commands/command/script/Makefile
(original)
+++ lldb/trunk/packages/Python/lldbsuite/test/commands/command/script/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
CXX_SOURCES := main.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/disassemble/basic/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/disassemble/basic/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/disassemble/basic/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/disassemble/basic/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
CXX_SOURCES := main.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/anonymous-struct/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/anonymous-struct/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/anonymous-struct/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/anonymous-struct/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
CXX_SOURCES := main.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/argument_passing_restrictions/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/argument_passing_restrictions/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/argument_passing_restrictions/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/argument_passing_restrictions/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
CXX_SOURCES := main.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/call-function/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/call-function/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/call-function/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/call-function/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
CXX_SOURCES := main.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/call-overridden-method/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/call-overridden-method/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/call-overridden-method/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/call-overridden-method/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
CXX_SOURCES := main.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/call-restarts/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/call-restarts/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/call-restarts/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/call-restarts/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
C_SOURCES := lotta-signals.c
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/cast_int_to_anonymous_enum/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/cast_int_to_anonymous_enum/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/cast_int_to_anonymous_enum/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/cast_int_to_anonymous_enum/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
CXX_SOURCES := main.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/char/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/char/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/commands/expression/char/Makefile
(original)
+++ lldb/trunk/packages/Python/lldbsuite/test/commands/expression/char/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
CXX_SOURCES := main.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/class_template_specialization_empty_pack/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/class_template_specialization_empty_pack/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/class_template_specialization_empty_pack/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/class_template_specialization_empty_pack/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
CXX_SOURCES := main.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/completion/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/completion/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/completion/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/completion/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
CXX_SOURCES := main.cpp other.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/context-object/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/context-object/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/context-object/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/context-object/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
CXX_SOURCES := main.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/dollar-in-variable/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/dollar-in-variable/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/dollar-in-variable/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/dollar-in-variable/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,3 +1,3 @@
-LEVEL = ../../make
+LEVEL = ../../../make
C_SOURCES := main.c
include $(LEVEL)/Makefile.rules
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/dont_allow_jit/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/dont_allow_jit/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/dont_allow_jit/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/dont_allow_jit/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
C_SOURCES := main.c
CFLAGS_EXTRAS += -std=c99
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/entry-bp/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/entry-bp/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/entry-bp/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/entry-bp/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
C_SOURCES := main.c
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/expr-in-syscall/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/expr-in-syscall/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/expr-in-syscall/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/expr-in-syscall/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
CXX_SOURCES := main.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/formatters/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/formatters/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/formatters/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/formatters/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
CXX_SOURCES := main.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/function_template_specialization_temp_args/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/function_template_specialization_temp_args/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/function_template_specialization_temp_args/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/function_template_specialization_temp_args/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
CXX_SOURCES := main.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/basic/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/basic/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/basic/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/basic/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../../make
+LEVEL = ../../../../make
USE_LIBCPP := 1
CXXFLAGS += $(MANDATORY_CXXMODULE_BUILD_CFLAGS)
CXX_SOURCES := main.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/conflicts/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/conflicts/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/conflicts/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/conflicts/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../../make
+LEVEL = ../../../../make
USE_LIBCPP := 1
CXXFLAGS += $(MANDATORY_CXXMODULE_BUILD_CFLAGS)
CXX_SOURCES := main.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/deque-basic/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/deque-basic/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/deque-basic/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/deque-basic/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../../make
+LEVEL = ../../../../make
USE_LIBCPP := 1
CXXFLAGS += $(MANDATORY_CXXMODULE_BUILD_CFLAGS)
CXX_SOURCES := main.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/deque-dbg-info-content/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/deque-dbg-info-content/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/deque-dbg-info-content/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/deque-dbg-info-content/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../../make
+LEVEL = ../../../../make
USE_LIBCPP := 1
CXXFLAGS += $(MANDATORY_CXXMODULE_BUILD_CFLAGS)
CXX_SOURCES := main.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list-basic/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list-basic/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list-basic/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list-basic/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../../make
+LEVEL = ../../../../make
USE_LIBCPP := 1
CXXFLAGS += $(MANDATORY_CXXMODULE_BUILD_CFLAGS)
CXX_SOURCES := main.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list-dbg-info-content/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list-dbg-info-content/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list-dbg-info-content/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/forward_list-dbg-info-content/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../../make
+LEVEL = ../../../../make
USE_LIBCPP := 1
CXXFLAGS += $(MANDATORY_CXXMODULE_BUILD_CFLAGS)
CXX_SOURCES := main.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/list-basic/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/list-basic/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/list-basic/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/list-basic/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../../make
+LEVEL = ../../../../make
USE_LIBCPP := 1
CXXFLAGS += $(MANDATORY_CXXMODULE_BUILD_CFLAGS)
CXX_SOURCES := main.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/list-dbg-info-content/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/list-dbg-info-content/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/list-dbg-info-content/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/list-dbg-info-content/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../../make
+LEVEL = ../../../../make
USE_LIBCPP := 1
CXXFLAGS += $(MANDATORY_CXXMODULE_BUILD_CFLAGS)
CXX_SOURCES := main.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/no-std-module/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/no-std-module/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/no-std-module/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/no-std-module/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../../make
+LEVEL = ../../../../make
USE_LIBCPP := 1
CXXFLAGS += $(MANDATORY_CXXMODULE_BUILD_CFLAGS)
CXX_SOURCES := main.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/queue/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/queue/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/queue/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/queue/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../../make
+LEVEL = ../../../../make
USE_LIBCPP := 1
CXXFLAGS += $(MANDATORY_CXXMODULE_BUILD_CFLAGS)
CXX_SOURCES := main.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/shared_ptr-dbg-info-content/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/shared_ptr-dbg-info-content/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/shared_ptr-dbg-info-content/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/shared_ptr-dbg-info-content/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../../make
+LEVEL = ../../../../make
USE_LIBCPP := 1
CXXFLAGS += $(MANDATORY_CXXMODULE_BUILD_CFLAGS)
CXX_SOURCES := main.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/shared_ptr/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/shared_ptr/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/shared_ptr/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/shared_ptr/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../../make
+LEVEL = ../../../../make
USE_LIBCPP := 1
CXXFLAGS += $(MANDATORY_CXXMODULE_BUILD_CFLAGS)
CXX_SOURCES := main.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/stack/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/stack/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/stack/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/stack/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../../make
+LEVEL = ../../../../make
USE_LIBCPP := 1
CXXFLAGS += $(MANDATORY_CXXMODULE_BUILD_CFLAGS)
CXX_SOURCES := main.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/sysroot/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../../make
+LEVEL = ../../../../make
# We don't have any standard include directories, so we can't
# parse the test_common.h header we usually inject as it includes
# system headers.
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/unique_ptr-dbg-info-content/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/unique_ptr-dbg-info-content/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/unique_ptr-dbg-info-content/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/unique_ptr-dbg-info-content/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../../make
+LEVEL = ../../../../make
USE_LIBCPP := 1
CXXFLAGS += $(MANDATORY_CXXMODULE_BUILD_CFLAGS)
CXX_SOURCES := main.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/unique_ptr/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/unique_ptr/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/unique_ptr/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/unique_ptr/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../../make
+LEVEL = ../../../../make
USE_LIBCPP := 1
CXXFLAGS += $(MANDATORY_CXXMODULE_BUILD_CFLAGS)
CXX_SOURCES := main.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-basic/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-basic/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-basic/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-basic/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../../make
+LEVEL = ../../../../make
USE_LIBCPP := 1
CXXFLAGS += $(MANDATORY_CXXMODULE_BUILD_CFLAGS)
CXX_SOURCES := main.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-bool/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-bool/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-bool/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-bool/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../../make
+LEVEL = ../../../../make
USE_LIBCPP := 1
CXXFLAGS += $(MANDATORY_CXXMODULE_BUILD_CFLAGS)
CXX_SOURCES := main.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-dbg-info-content/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-dbg-info-content/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-dbg-info-content/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-dbg-info-content/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../../make
+LEVEL = ../../../../make
USE_LIBCPP := 1
CXXFLAGS += $(MANDATORY_CXXMODULE_BUILD_CFLAGS)
CXX_SOURCES := main.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-of-vectors/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-of-vectors/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-of-vectors/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/vector-of-vectors/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../../make
+LEVEL = ../../../../make
USE_LIBCPP := 1
CXXFLAGS += $(MANDATORY_CXXMODULE_BUILD_CFLAGS)
CXX_SOURCES := main.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/weak_ptr-dbg-info-content/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/weak_ptr-dbg-info-content/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/weak_ptr-dbg-info-content/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/weak_ptr-dbg-info-content/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../../make
+LEVEL = ../../../../make
USE_LIBCPP := 1
CXXFLAGS += $(MANDATORY_CXXMODULE_BUILD_CFLAGS)
CXX_SOURCES := main.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/weak_ptr/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/weak_ptr/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/weak_ptr/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/import-std-module/weak_ptr/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../../make
+LEVEL = ../../../../make
USE_LIBCPP := 1
CXXFLAGS += $(MANDATORY_CXXMODULE_BUILD_CFLAGS)
CXX_SOURCES := main.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/inline-namespace/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/inline-namespace/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/inline-namespace/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/inline-namespace/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
CXX_SOURCES := main.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/ir-interpreter-phi-nodes/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/ir-interpreter-phi-nodes/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/ir-interpreter-phi-nodes/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/ir-interpreter-phi-nodes/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
CXX_SOURCES := main.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/ir-interpreter/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/ir-interpreter/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/ir-interpreter/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/ir-interpreter/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
default: a.out
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/issue_11588/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/issue_11588/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/issue_11588/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/issue_11588/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
CXX_SOURCES := main.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/multiline-completion/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/multiline-completion/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/multiline-completion/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/multiline-completion/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,3 +1,3 @@
-LEVEL = ../../make
+LEVEL = ../../../make
C_SOURCES := main.c
include $(LEVEL)/Makefile.rules
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/no-deadlock/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/no-deadlock/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/no-deadlock/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/no-deadlock/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
C_SOURCES := locking.c
ENABLE_THREADS := YES
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/options/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/options/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/options/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/options/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
CXX_SOURCES := main.cpp foo.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/persistent_ptr_update/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/persistent_ptr_update/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/persistent_ptr_update/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/persistent_ptr_update/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
C_SOURCES := main.c
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/persistent_types/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/persistent_types/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/persistent_types/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/persistent_types/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
C_SOURCES := main.c
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/persistent_variables/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/persistent_variables/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/persistent_variables/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/persistent_variables/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
C_SOURCES := main.c
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/pr35310/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/pr35310/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/pr35310/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/pr35310/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
CXX_SOURCES := main.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/radar_8638051/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/radar_8638051/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/radar_8638051/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/radar_8638051/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
C_SOURCES := main.c
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/radar_9531204/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/radar_9531204/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/radar_9531204/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/radar_9531204/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
C_SOURCES := main.c
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/radar_9673664/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/radar_9673664/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/radar_9673664/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/radar_9673664/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
C_SOURCES := main.c
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/rdar42038760/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/rdar42038760/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/rdar42038760/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/rdar42038760/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,3 +1,3 @@
-LEVEL = ../../make
+LEVEL = ../../../make
C_SOURCES := main.c
include $(LEVEL)/Makefile.rules
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/rdar44436068/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/rdar44436068/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/rdar44436068/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/rdar44436068/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,3 +1,3 @@
-LEVEL = ../../make
+LEVEL = ../../../make
C_SOURCES := main.c
include $(LEVEL)/Makefile.rules
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/save_jit_objects/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/save_jit_objects/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/save_jit_objects/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/save_jit_objects/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
C_SOURCES := main.c
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/scoped_enums/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/scoped_enums/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/scoped_enums/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/scoped_enums/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
CXX_SOURCES := main.cpp
CXXFLAGS += -std=c++11
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/test/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/test/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/commands/expression/test/Makefile
(original)
+++ lldb/trunk/packages/Python/lldbsuite/test/commands/expression/test/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
CXX_SOURCES := main.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/timeout/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/timeout/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/timeout/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/timeout/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
CXX_SOURCES := wait-a-while.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/top-level/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/top-level/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/top-level/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/top-level/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
CXX_SOURCES := main.cpp test.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/top-level/dummy.mk
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/top-level/dummy.mk?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/top-level/dummy.mk
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/top-level/dummy.mk
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
CXX_SOURCES := dummy.cpp
EXE := dummy
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/unicode-in-variable/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/unicode-in-variable/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/unicode-in-variable/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/unicode-in-variable/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
CXX_SOURCES := main.cpp
CXX_FLAGS_EXTRA := -finput-charset=UTF-8 -fextended-identifiers
include $(LEVEL)/Makefile.rules
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/unwind_expression/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/unwind_expression/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/unwind_expression/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/unwind_expression/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
CXX_SOURCES := main.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/vector_of_enums/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/vector_of_enums/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/vector_of_enums/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/vector_of_enums/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
CXX_SOURCES := main.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/xvalue/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/expression/xvalue/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/xvalue/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/expression/xvalue/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
CXX_SOURCES := main.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/frame/language/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/frame/language/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/commands/frame/language/Makefile
(original)
+++ lldb/trunk/packages/Python/lldbsuite/test/commands/frame/language/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
CXX_SOURCES := main.cpp other.cpp other-2.cpp
C_SOURCES := somefunc.c
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/frame/var-scope/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/frame/var-scope/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/commands/frame/var-scope/Makefile
(original)
+++ lldb/trunk/packages/Python/lldbsuite/test/commands/frame/var-scope/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,3 +1,3 @@
-LEVEL = ../../make
+LEVEL = ../../../make
C_SOURCES := main.c
include $(LEVEL)/Makefile.rules
Modified: lldb/trunk/packages/Python/lldbsuite/test/commands/frame/var/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/frame/var/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/commands/frame/var/Makefile
(original)
+++ lldb/trunk/packages/Python/lldbsuite/test/commands/frame/var/Makefile Sun
Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
C_SOURCES := main.c
CFLAGS_EXTRAS += -std=c99
Modified: lldb/trunk/packages/Python/lldbsuite/test/commands/log/basic/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/log/basic/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/commands/log/basic/Makefile
(original)
+++ lldb/trunk/packages/Python/lldbsuite/test/commands/log/basic/Makefile Sun
Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../make
+LEVEL = ../../../make
CXX_SOURCES := main.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/process/attach-resume/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/process/attach-resume/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/process/attach-resume/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/process/attach-resume/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
CXX_SOURCES := main.cpp
ENABLE_THREADS := YES
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/process/attach/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/process/attach/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/commands/process/attach/Makefile
(original)
+++ lldb/trunk/packages/Python/lldbsuite/test/commands/process/attach/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
CXX_SOURCES := main.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/process/attach/attach_denied/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/process/attach/attach_denied/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/process/attach/attach_denied/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/process/attach/attach_denied/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../../make
+LEVEL = ../../../../make
CXX_SOURCES := main.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/process/launch/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/process/launch/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/commands/process/launch/Makefile
(original)
+++ lldb/trunk/packages/Python/lldbsuite/test/commands/process/launch/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
CXX_SOURCES := main.cpp
#CXX_SOURCES := print-cwd.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/register/register/register_command/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/register/register/register_command/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/register/register/register_command/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/register/register/register_command/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../../make
+LEVEL = ../../../../make
CXX_SOURCES := main.cpp a.cpp
Modified: lldb/trunk/packages/Python/lldbsuite/test/commands/settings/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/settings/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/commands/settings/Makefile
(original)
+++ lldb/trunk/packages/Python/lldbsuite/test/commands/settings/Makefile Sun
Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../make
+LEVEL = ../../make
CXX_SOURCES := main.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/settings/quoting/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/settings/quoting/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/settings/quoting/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/settings/quoting/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
C_SOURCES := main.c
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/statistics/basic/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/statistics/basic/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/statistics/basic/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/statistics/basic/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,3 +1,3 @@
-LEVEL = ../../make
+LEVEL = ../../../make
C_SOURCES := main.c
include $(LEVEL)/Makefile.rules
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/target/basic/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/target/basic/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/commands/target/basic/Makefile
(original)
+++ lldb/trunk/packages/Python/lldbsuite/test/commands/target/basic/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
# Example:
#
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/target/create-deps/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/target/create-deps/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/target/create-deps/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/target/create-deps/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL := ../../make
+LEVEL := ../../../make
LIB_PREFIX := load_
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/target/create-deps/a.mk
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/target/create-deps/a.mk?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
--- lldb/trunk/packages/Python/lldbsuite/test/commands/target/create-deps/a.mk
(original)
+++ lldb/trunk/packages/Python/lldbsuite/test/commands/target/create-deps/a.mk
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL := ../../make
+LEVEL := ../../../make
LIB_PREFIX := load_
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/target/create-no-such-arch/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/target/create-no-such-arch/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/target/create-no-such-arch/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/target/create-no-such-arch/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
CXX_SOURCES := main.cpp
Modified:
lldb/trunk/packages/Python/lldbsuite/test/commands/target/stop-hooks/Makefile
URL:
http://llvm.org/viewvc/llvm-project/lldb/trunk/packages/Python/lldbsuite/test/commands/target/stop-hooks/Makefile?rev=370611&r1=370610&r2=370611&view=diff
==============================================================================
---
lldb/trunk/packages/Python/lldbsuite/test/commands/target/stop-hooks/Makefile
(original)
+++
lldb/trunk/packages/Python/lldbsuite/test/commands/target/stop-hooks/Makefile
Sun Sep 1 06:36:44 2019
@@ -1,4 +1,4 @@
-LEVEL = ../../make
+LEVEL = ../../../make
C_SOURCES := main.c
CFLAGS_EXTRAS += -std=c99
_______________________________________________
lldb-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits