diff options
author | Aiden Grossman <aidengrossman@google.com> | 2025-07-22 21:27:56 +0000 |
---|---|---|
committer | Aiden Grossman <aidengrossman@google.com> | 2025-07-22 21:27:56 +0000 |
commit | 0df537e5a3d3985e771776d0a3ace758cc096437 (patch) | |
tree | 311f79b0932463bf0071837641a289ed29938299 | |
parent | 32ee7daa57ba747e0777eb38352e256e0e55947b (diff) | |
download | llvm-0df537e5a3d3985e771776d0a3ace758cc096437.zip llvm-0df537e5a3d3985e771776d0a3ace758cc096437.tar.gz llvm-0df537e5a3d3985e771776d0a3ace758cc096437.tar.bz2 |
[Polly] Remove Accidental Test Comment in CMakeLists.txt
This was accidentally introduced in 921287e126465d6850954855ded640f0f78d72fd
because I forgot to remove it before merging the patch...
-rw-r--r-- | polly/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/polly/CMakeLists.txt b/polly/CMakeLists.txt index 770fddc..52d1be6 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) |