diff --git a/tools/third_party.py b/tools/third_party.py index 2a2c342311..f1c211fae9 100644 --- a/tools/third_party.py +++ b/tools/third_party.py @@ -64,6 +64,8 @@ def fix_symlinks(): remove_and_symlink("third_party/v8/build_overrides", root("build_overrides"), True) remove_and_symlink("third_party/v8/testing", root("testing"), True) + remove_and_symlink("../third_party/v8/tools/clang", + root("tools/clang"), True) # Run Yarn to install JavaScript dependencies.