[PATCH] D37997: [libcxx / lit] Make libcxx work correctly with the new testing workflow

Zachary Turner via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 18 14:30:34 PDT 2017


zturner added inline comments.


================
Comment at: llvm/cmake/modules/AddLLVM.cmake:1190
 
+function(dump_all_cmake_variables)
+  get_cmake_property(_variableNames VARIABLES)
----------------
smeenai wrote:
> This seems unrelated? It's definitely useful for debugging though.
Yea sorry about that.  I'll submit this in a followup


https://reviews.llvm.org/D37997





More information about the llvm-commits mailing list