[PATCH] D46301: [XRay][tools] Rename llvm-xray filenames from .cc -> .cpp (NFC)
Dean Michael Berris via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu May 3 07:35:53 PDT 2018
dberris added inline comments.
================
Comment at: llvm/trunk/tools/llvm-xray/CMakeLists.txt:9
set(LLVM_XRAY_TOOLS
+ func-id-helper.cpp
----------------
thakis wrote:
> Out of interest, what is LLVM_XRAY_TOOLS for? It's used only in this file as far as I can tell -- why not list all the sources in the add_llvm_tool call below directly?
Good question. Was copying what I thought was a convention in other tools.
Repository:
rL LLVM
https://reviews.llvm.org/D46301
More information about the llvm-commits
mailing list