From 4e7e38b241bd77377271f35ae1f68e35d4345122 Mon Sep 17 00:00:00 2001 From: Daniel Bevenius Date: Wed, 10 Jun 2020 09:08:00 +0200 Subject: [PATCH] src: remove ref to tools/generate_code_cache.js This commit removes the reference to tools/generate_code_cache.js and replaces it with a note about more information being available in tools/code_cache/README.md. --- src/node_code_cache_stub.cc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/node_code_cache_stub.cc b/src/node_code_cache_stub.cc index 2468933cfd11a1..9d9901738f63b0 100644 --- a/src/node_code_cache_stub.cc +++ b/src/node_code_cache_stub.cc @@ -4,8 +4,10 @@ #include "node_native_module_env.h" -// This is supposed to be generated by tools/generate_code_cache.js -// The stub here is used when configure is run without `--code-cache-path` +// The stub here is used when configure is run without `--code-cache-path`. +// When --code-cache-path is set this stub will not be used and instead +// an implementation will be generated. See tools/code_cache/README.md for +// more information. namespace node { namespace native_module {