[PATCH] D147441: [CMake] Attempt to merge runtimes and projects compilation databases
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 3 11:00:16 PDT 2023
jdoerfert added inline comments.
================
Comment at: llvm/utils/concat-compile-commands.py:18
+ required=True,
+ help='Path to a directory where generated HTML files will be output. '
+ 'If the directory does not already exist, it will be created. '
----------------
JSON
================
Comment at: llvm/utils/concat-compile-commands.py:20
+ 'If the directory does not already exist, it will be created. '
+ '"%(default)s" by default.')
+
----------------
Is it really created below?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D147441/new/
https://reviews.llvm.org/D147441
More information about the llvm-commits
mailing list