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

Shoaib Meenai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 18 14:28:48 PDT 2017


smeenai added a comment.

This fixes my use case; thank you! Waiting for @mclow.lists to confirm it works for him too.



================
Comment at: llvm/cmake/modules/AddLLVM.cmake:1190
 
+function(dump_all_cmake_variables)
+  get_cmake_property(_variableNames VARIABLES)
----------------
This seems unrelated? It's definitely useful for debugging though.


https://reviews.llvm.org/D37997





More information about the llvm-commits mailing list