From 0df537e5a3d3985e771776d0a3ace758cc096437 Mon Sep 17 00:00:00 2001 From: Aiden Grossman Date: Tue, 22 Jul 2025 21:27:56 +0000 Subject: [PATCH] [Polly] Remove Accidental Test Comment in CMakeLists.txt This was accidentally introduced in 921287e126465d6850954855ded640f0f78d72fd because I forgot to remove it before merging the patch... --- polly/CMakeLists.txt | 1 - 1 file changed, 1 deletion(-) diff --git a/polly/CMakeLists.txt b/polly/CMakeLists.txt index 770fddca86b2..52d1be6fe295 100644 --- a/polly/CMakeLists.txt +++ b/polly/CMakeLists.txt @@ -1,4 +1,3 @@ -# test # Check if this is a in tree build. if (NOT DEFINED LLVM_MAIN_SRC_DIR) project(Polly)