Skip to content

Commit 6134721

Browse files
committed
Clean up Shell tests flags
1 parent c5e2d07 commit 6134721

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

lldb/test/Shell/helper/toolchain.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -238,9 +238,7 @@ def use_support_substitutions(config):
238238
if config.enable_remote and config.has_libcxx:
239239
host_flags += [
240240
"-L{}".format(config.libcxx_libs_dir),
241-
"-Wl,-rpath,{}".format(config.libcxx_libs_dir),
242241
"-lc++",
243-
"-lc++abi",
244242
]
245243

246244
host_flags = " ".join(host_flags)

0 commit comments

Comments
 (0)