We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ad73ce3 commit ea6d0c4Copy full SHA for ea6d0c4
lldb/test/API/commands/platform/sdk/TestPlatformSDK.py
@@ -85,7 +85,7 @@ def cleanup():
85
lldbutil.wait_for_file_on_target(self, token)
86
87
# Move the binary into the 'SDK'.
88
- rel_exe_path = os.path.relpath(exe, '/')
+ rel_exe_path = os.path.relpath(os.path.realpath(exe), '/')
89
exe_sdk_path = os.path.join(symbols_dir, rel_exe_path)
90
lldbutil.mkdir_p(os.path.dirname(exe_sdk_path))
91
shutil.move(exe, exe_sdk_path)
0 commit comments