diff options
| author | Todd Fiala <todd.fiala@gmail.com> | 2016-09-05 22:03:02 +0000 |
|---|---|---|
| committer | Todd Fiala <todd.fiala@gmail.com> | 2016-09-05 22:03:02 +0000 |
| commit | 7ed76d275fc442a2bf9b7442920e057c7ca924aa (patch) | |
| tree | e481ca749bbd7bd1008f0c1a8a5eb19f52ce2b5a /lldb/packages/Python/lldbsuite/test/tools/lldb-server/exit-code/Makefile | |
| parent | f245f562178d357dffcb399bbc644b8f7646df11 (diff) | |
| download | bcm5719-llvm-7ed76d275fc442a2bf9b7442920e057c7ca924aa.tar.gz bcm5719-llvm-7ed76d275fc442a2bf9b7442920e057c7ca924aa.zip | |
remove dependence of TestGdbRemoteExitCode.py on parent directory source
As Pavel pointed out in a comment on llvm.org/pr30271, the VPATH I was
using here to eliminate duplication of a .cpp file had a side effect of
attempting to pull in a .o/.obj file from that same parent dir, where
other tests can be running in parallel. This is no good.
For now, I have removed the VPATH, which should address
llvm.org/pr30271. I have also removed the XFAIL.
llvm-svn: 280675
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/tools/lldb-server/exit-code/Makefile')
| -rw-r--r-- | lldb/packages/Python/lldbsuite/test/tools/lldb-server/exit-code/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/tools/lldb-server/exit-code/Makefile b/lldb/packages/Python/lldbsuite/test/tools/lldb-server/exit-code/Makefile index 1370b53b5a6..6ff66a3ab5d 100644 --- a/lldb/packages/Python/lldbsuite/test/tools/lldb-server/exit-code/Makefile +++ b/lldb/packages/Python/lldbsuite/test/tools/lldb-server/exit-code/Makefile @@ -1,7 +1,5 @@ LEVEL = ../../../make -VPATH = .. - override CFLAGS_EXTRAS += -D__STDC_LIMIT_MACROS -D__STDC_FORMAT_MACROS ENABLE_THREADS := YES CXX_SOURCES := main.cpp |

