summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDuncan P. N. Exon Smith <dexonsmith@apple.com>2016-08-23 15:56:50 +0000
committerDuncan P. N. Exon Smith <dexonsmith@apple.com>2016-08-23 15:56:50 +0000
commit75ef78c14d56e4b753becd96fc30efff9bbeb2db (patch)
tree03f4089bfbe5edfb46c871530f3c3974c58d1a0f
parentdc49140b4429c3eb0966f8169cd533660002ae41 (diff)
downloadbcm5719-llvm-75ef78c14d56e4b753becd96fc30efff9bbeb2db.tar.gz
bcm5719-llvm-75ef78c14d56e4b753becd96fc30efff9bbeb2db.zip
Rename unittests/ADT/ilistTest.cpp to ilistTestTemp.cpp (temporarily)
I'll rename this to IListTest.cpp after a waiting period (tonight? tomorrow?), with a full explanation in that commit. First, I'm moving it aside because Git doesn't play well with case-only filename changes on case-insensitive file systems (and I suspect the same is true of SVN). This two-stage change should help to avoid spurious failures on bots that don't do clean checkouts. llvm-svn: 279524
-rw-r--r--llvm/unittests/ADT/CMakeLists.txt2
-rw-r--r--llvm/unittests/ADT/ilistTestTemp.cpp (renamed from llvm/unittests/ADT/ilistTest.cpp)5
2 files changed, 5 insertions, 2 deletions
diff --git a/llvm/unittests/ADT/CMakeLists.txt b/llvm/unittests/ADT/CMakeLists.txt
index 485c0e8690d..ed008a34ae6 100644
--- a/llvm/unittests/ADT/CMakeLists.txt
+++ b/llvm/unittests/ADT/CMakeLists.txt
@@ -17,7 +17,7 @@ set(ADTSources
FoldingSet.cpp
FunctionRefTest.cpp
HashingTest.cpp
- ilistTest.cpp
+ ilistTestTemp.cpp
IListBaseTest.cpp
IListNodeBaseTest.cpp
IListSentinelTest.cpp
diff --git a/llvm/unittests/ADT/ilistTest.cpp b/llvm/unittests/ADT/ilistTestTemp.cpp
index 9086d3e009b..54caa82ae8d 100644
--- a/llvm/unittests/ADT/ilistTest.cpp
+++ b/llvm/unittests/ADT/ilistTestTemp.cpp
@@ -1,4 +1,4 @@
-//===- unittests/ADT/ilistTest.cpp - ilist unit tests ---------------------===//
+//===- unittests/ADT/ilistTestTemp.cpp - ilist unit tests -----------------===//
//
// The LLVM Compiler Infrastructure
//
@@ -7,6 +7,9 @@
//
//===----------------------------------------------------------------------===//
+// FIXME: Rename this file to IListTest.cpp once incremental checkouts on bots
+// have found this file.
+
#include "llvm/ADT/ilist.h"
#include "llvm/ADT/STLExtras.h"
#include "llvm/ADT/ilist_node.h"
OpenPOWER on IntegriCloud