Skip to content

Commit e6cdf24

Browse files
backestargos
authored andcommitted
tools: remove lldbinit file from install script
V8 removed the lldbinit file. Refs: https://crrev.com/c/1127892 PR-URL: #21983 Reviewed-By: Refael Ackermann <[email protected]> Reviewed-By: Gus Caplan <[email protected]> Reviewed-By: Ujjwal Sharma <[email protected]> Reviewed-By: Matteo Collina <[email protected]>
1 parent 267b0b5 commit e6cdf24

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Diff for: tools/install.py

-1
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,6 @@ def files(action):
144144
action(['src/node.stp'], 'share/systemtap/tapset/')
145145

146146
action(['deps/v8/tools/gdbinit'], 'share/doc/node/')
147-
action(['deps/v8/tools/lldbinit'], 'share/doc/node/')
148147
action(['deps/v8/tools/lldb_commands.py'], 'share/doc/node/')
149148

150149
if 'freebsd' in sys.platform or 'openbsd' in sys.platform:

0 commit comments

Comments
 (0)