From ff43af30a297a4e8671a28262e3a3e343a6920c7 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. PR-URL: https://github.com/nodejs/node/pull/33825 Reviewed-By: Richard Lau Reviewed-By: David Carlier --- 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 2dd6d8beb9e17e..3851508170f812 100644 --- a/src/node_code_cache_stub.cc +++ b/src/node_code_cache_stub.cc @@ -1,7 +1,9 @@ #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 {