This is an archive of the discontinued LLVM Phabricator instance.

Make D42281 work on linux
AbandonedPublic

Authored by labath on Jan 26 2018, 2:43 AM.

Details

Reviewers
None

Event Timeline

labath created this revision.Jan 26 2018, 2:43 AM
labath added inline comments.Jan 26 2018, 3:04 AM
packages/Python/lldbsuite/test/functionalities/breakpoint/comp_dir_symlink/TestCompDirSymLink.py
45 ↗(On Diff #131562)

This is needed so that the debugger resolves "/proc/self/cwd" the same way as the build system.

packages/Python/lldbsuite/test/functionalities/load_unload/TestLoadUnload.py
89

these tests assume we will be able to find libloadunload_d.so before launching the process, which is often tricky, and it seems it has worked only by accident. I'll have to figure out later whether to update the test or the debugger search logic.

packages/Python/lldbsuite/test/lang/c/conflicting-symbol/Makefile
3

I had to put this back. I am not sure why, but for me the shared libraries end up in the root directory.

labath updated this revision to Diff 131791.Jan 29 2018, 6:19 AM

remote fixes

labath updated this revision to Diff 131964.Jan 30 2018, 6:46 AM

Add windows fixes.

labath abandoned this revision.Jan 31 2018, 8:05 AM