diff options
| author | Daniel Bevenius <daniel.bevenius@gmail.com> | 2019-06-25 09:00:24 +0200 |
|---|---|---|
| committer | Daniel Bevenius <daniel.bevenius@gmail.com> | 2019-06-28 05:10:46 +0200 |
| commit | d8a536176d4e28879962f7b590ed769c67de497d (patch) | |
| tree | f9f69a701ce26c85c1bd7ce9b0191e6274700afc /tools/code_cache | |
| parent | fcf2da098ab24c1454c5b31eefbc8f6dd9e9c743 (diff) | |
| download | node-new-d8a536176d4e28879962f7b590ed769c67de497d.tar.gz | |
tools: remove out-of-date code-cache-path comment
This commit removes the comment in cache_builder.cc regarding the usage
of --code-cache-path with configure.
Commit 14df42fd008ef8e95d60d0d70084943d180bab91 ("build: run
`mkcodecache` as an action") deprecated this option and it is always
set to yes (unless cross compiling).
PR-URL: https://github.com/nodejs/node/pull/28419
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Joyee Cheung <joyeec9h3@gmail.com>
Diffstat (limited to 'tools/code_cache')
| -rw-r--r-- | tools/code_cache/cache_builder.cc | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tools/code_cache/cache_builder.cc b/tools/code_cache/cache_builder.cc index 49bd004298..2e7d35d6d7 100644 --- a/tools/code_cache/cache_builder.cc +++ b/tools/code_cache/cache_builder.cc @@ -73,8 +73,7 @@ static std::string GenerateCodeCache( ss << R"(#include <cinttypes> #include "node_native_module_env.h" -// This file is generated by tools/mkcodecache -// and is used when configure is run with \`--code-cache-path\` +// This file is generated by mkcodecache (tools/code_cache/mkcodecache.cc) namespace node { namespace native_module { |
