[PATCH] D46301: [XRay][tools] Rename llvm-xray filenames from .cc -> .cpp (NFC)

Nico Weber via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 3 07:30:39 PDT 2018


thakis added inline comments.


================
Comment at: llvm/trunk/tools/llvm-xray/CMakeLists.txt:9
 
 set(LLVM_XRAY_TOOLS
+  func-id-helper.cpp
----------------
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?


Repository:
  rL LLVM

https://reviews.llvm.org/D46301





More information about the llvm-commits mailing list