Skip to content

Commit 7738fdb

Browse files
Manouchehrijoyeecheung
authored andcommitted
Switch to LLDB 3.9. (#152)
PR-URL: #152 Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
1 parent 65c577c commit 7738fdb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -81,13 +81,13 @@ make install-osx
8181
git clone https://github.com/nodejs/llnode.git && cd llnode
8282

8383
# Install lldb and headers
84-
sudo apt-get install lldb-3.8 lldb-3.8-dev
84+
sudo apt-get install lldb-3.9 liblldb-3.9-dev
8585

8686
# Initialize GYP
8787
git clone https://chromium.googlesource.com/external/gyp.git tools/gyp
8888

8989
# Configure
90-
./gyp_llnode -Dlldb_dir=/usr/lib/llvm-3.8/
90+
./gyp_llnode -Dlldb_dir=/usr/lib/llvm-3.9/
9191

9292
# Build
9393
make -C out/ -j9

0 commit comments

Comments
 (0)