summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFangrui Song <maskray@google.com>2019-08-02 05:49:58 +0000
committerFangrui Song <maskray@google.com>2019-08-02 05:49:58 +0000
commit6db8c59f210af60d882f7aedc7c9dc95d41d9696 (patch)
treef633d0a6397858171220ef26eb94b6485f960855
parentc1981b2b269da946aa38f665495edb693deb5e96 (diff)
downloadbcm5719-llvm-6db8c59f210af60d882f7aedc7c9dc95d41d9696.tar.gz
bcm5719-llvm-6db8c59f210af60d882f7aedc7c9dc95d41d9696.zip
compiler-rt: Rename .cc file in test/xray to .cpp
Like r367463, but for test/xray. Update test/xray/lit.cfg.py config.suffixes to remove .cc (we actually don't have .c tests now) llvm-svn: 367652
-rw-r--r--compiler-rt/test/xray/TestCases/Posix/always-never-instrument.cpp (renamed from compiler-rt/test/xray/TestCases/Posix/always-never-instrument.cc)0
-rw-r--r--compiler-rt/test/xray/TestCases/Posix/arg1-arg0-logging.cpp (renamed from compiler-rt/test/xray/TestCases/Posix/arg1-arg0-logging.cc)0
-rw-r--r--compiler-rt/test/xray/TestCases/Posix/arg1-logger.cpp (renamed from compiler-rt/test/xray/TestCases/Posix/arg1-logger.cc)0
-rw-r--r--compiler-rt/test/xray/TestCases/Posix/arg1-logging-implicit-this.cpp (renamed from compiler-rt/test/xray/TestCases/Posix/arg1-logging-implicit-this.cc)0
-rw-r--r--compiler-rt/test/xray/TestCases/Posix/argv0-log-file-name.cpp (renamed from compiler-rt/test/xray/TestCases/Posix/argv0-log-file-name.cc)0
-rw-r--r--compiler-rt/test/xray/TestCases/Posix/basic-filtering.cpp (renamed from compiler-rt/test/xray/TestCases/Posix/basic-filtering.cc)0
-rw-r--r--compiler-rt/test/xray/TestCases/Posix/c-test.cpp (renamed from compiler-rt/test/xray/TestCases/Posix/c-test.cc)0
-rw-r--r--compiler-rt/test/xray/TestCases/Posix/clang-no-xray-instrument.cpp (renamed from compiler-rt/test/xray/TestCases/Posix/clang-no-xray-instrument.cc)0
-rw-r--r--compiler-rt/test/xray/TestCases/Posix/common-trampoline-alignment.cpp (renamed from compiler-rt/test/xray/TestCases/Posix/common-trampoline-alignment.cc)0
-rw-r--r--compiler-rt/test/xray/TestCases/Posix/coverage-sample.cpp (renamed from compiler-rt/test/xray/TestCases/Posix/coverage-sample.cc)0
-rw-r--r--compiler-rt/test/xray/TestCases/Posix/custom-event-handler-alignment.cpp (renamed from compiler-rt/test/xray/TestCases/Posix/custom-event-handler-alignment.cc)0
-rw-r--r--compiler-rt/test/xray/TestCases/Posix/custom-event-logging.cpp (renamed from compiler-rt/test/xray/TestCases/Posix/custom-event-logging.cc)0
-rw-r--r--compiler-rt/test/xray/TestCases/Posix/fdr-mode-inmemory.cpp (renamed from compiler-rt/test/xray/TestCases/Posix/fdr-mode-inmemory.cc)0
-rw-r--r--compiler-rt/test/xray/TestCases/Posix/fdr-mode-multiple.cpp (renamed from compiler-rt/test/xray/TestCases/Posix/fdr-mode-multiple.cc)0
-rw-r--r--compiler-rt/test/xray/TestCases/Posix/fdr-mode.cpp (renamed from compiler-rt/test/xray/TestCases/Posix/fdr-mode.cc)0
-rw-r--r--compiler-rt/test/xray/TestCases/Posix/fdr-reinit.cpp (renamed from compiler-rt/test/xray/TestCases/Posix/fdr-reinit.cc)0
-rw-r--r--compiler-rt/test/xray/TestCases/Posix/fdr-single-thread.cpp (renamed from compiler-rt/test/xray/TestCases/Posix/fdr-single-thread.cc)0
-rw-r--r--compiler-rt/test/xray/TestCases/Posix/fdr-thread-order.cpp (renamed from compiler-rt/test/xray/TestCases/Posix/fdr-thread-order.cc)0
-rw-r--r--compiler-rt/test/xray/TestCases/Posix/fixedsize-logging.cpp (renamed from compiler-rt/test/xray/TestCases/Posix/fixedsize-logging.cc)0
-rw-r--r--compiler-rt/test/xray/TestCases/Posix/fork_basic_logging.cpp (renamed from compiler-rt/test/xray/TestCases/Posix/fork_basic_logging.cc)0
-rw-r--r--compiler-rt/test/xray/TestCases/Posix/func-id-utils.cpp (renamed from compiler-rt/test/xray/TestCases/Posix/func-id-utils.cc)0
-rw-r--r--compiler-rt/test/xray/TestCases/Posix/logging-modes.cpp (renamed from compiler-rt/test/xray/TestCases/Posix/logging-modes.cc)0
-rw-r--r--compiler-rt/test/xray/TestCases/Posix/optional-inmemory-log.cpp (renamed from compiler-rt/test/xray/TestCases/Posix/optional-inmemory-log.cc)0
-rw-r--r--compiler-rt/test/xray/TestCases/Posix/patching-unpatching.cpp (renamed from compiler-rt/test/xray/TestCases/Posix/patching-unpatching.cc)0
-rw-r--r--compiler-rt/test/xray/TestCases/Posix/pic_test.cpp (renamed from compiler-rt/test/xray/TestCases/Posix/pic_test.cc)0
-rw-r--r--compiler-rt/test/xray/TestCases/Posix/profiling-multi-threaded.cpp (renamed from compiler-rt/test/xray/TestCases/Posix/profiling-multi-threaded.cc)0
-rw-r--r--compiler-rt/test/xray/TestCases/Posix/profiling-single-threaded.cpp (renamed from compiler-rt/test/xray/TestCases/Posix/profiling-single-threaded.cc)0
-rw-r--r--compiler-rt/test/xray/TestCases/Posix/quiet-start.cpp (renamed from compiler-rt/test/xray/TestCases/Posix/quiet-start.cc)0
-rw-r--r--compiler-rt/test/xray/lit.cfg.py2
29 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/test/xray/TestCases/Posix/always-never-instrument.cc b/compiler-rt/test/xray/TestCases/Posix/always-never-instrument.cpp
index fd9299b756b..fd9299b756b 100644
--- a/compiler-rt/test/xray/TestCases/Posix/always-never-instrument.cc
+++ b/compiler-rt/test/xray/TestCases/Posix/always-never-instrument.cpp
diff --git a/compiler-rt/test/xray/TestCases/Posix/arg1-arg0-logging.cc b/compiler-rt/test/xray/TestCases/Posix/arg1-arg0-logging.cpp
index 757f81a8bab..757f81a8bab 100644
--- a/compiler-rt/test/xray/TestCases/Posix/arg1-arg0-logging.cc
+++ b/compiler-rt/test/xray/TestCases/Posix/arg1-arg0-logging.cpp
diff --git a/compiler-rt/test/xray/TestCases/Posix/arg1-logger.cc b/compiler-rt/test/xray/TestCases/Posix/arg1-logger.cpp
index a6ca0a49525..a6ca0a49525 100644
--- a/compiler-rt/test/xray/TestCases/Posix/arg1-logger.cc
+++ b/compiler-rt/test/xray/TestCases/Posix/arg1-logger.cpp
diff --git a/compiler-rt/test/xray/TestCases/Posix/arg1-logging-implicit-this.cc b/compiler-rt/test/xray/TestCases/Posix/arg1-logging-implicit-this.cpp
index d8dd62247bf..d8dd62247bf 100644
--- a/compiler-rt/test/xray/TestCases/Posix/arg1-logging-implicit-this.cc
+++ b/compiler-rt/test/xray/TestCases/Posix/arg1-logging-implicit-this.cpp
diff --git a/compiler-rt/test/xray/TestCases/Posix/argv0-log-file-name.cc b/compiler-rt/test/xray/TestCases/Posix/argv0-log-file-name.cpp
index a2cb11b4d0d..a2cb11b4d0d 100644
--- a/compiler-rt/test/xray/TestCases/Posix/argv0-log-file-name.cc
+++ b/compiler-rt/test/xray/TestCases/Posix/argv0-log-file-name.cpp
diff --git a/compiler-rt/test/xray/TestCases/Posix/basic-filtering.cc b/compiler-rt/test/xray/TestCases/Posix/basic-filtering.cpp
index 3d4f4dda2d7..3d4f4dda2d7 100644
--- a/compiler-rt/test/xray/TestCases/Posix/basic-filtering.cc
+++ b/compiler-rt/test/xray/TestCases/Posix/basic-filtering.cpp
diff --git a/compiler-rt/test/xray/TestCases/Posix/c-test.cc b/compiler-rt/test/xray/TestCases/Posix/c-test.cpp
index 28a7870d0f7..28a7870d0f7 100644
--- a/compiler-rt/test/xray/TestCases/Posix/c-test.cc
+++ b/compiler-rt/test/xray/TestCases/Posix/c-test.cpp
diff --git a/compiler-rt/test/xray/TestCases/Posix/clang-no-xray-instrument.cc b/compiler-rt/test/xray/TestCases/Posix/clang-no-xray-instrument.cpp
index c2444b18ab6..c2444b18ab6 100644
--- a/compiler-rt/test/xray/TestCases/Posix/clang-no-xray-instrument.cc
+++ b/compiler-rt/test/xray/TestCases/Posix/clang-no-xray-instrument.cpp
diff --git a/compiler-rt/test/xray/TestCases/Posix/common-trampoline-alignment.cc b/compiler-rt/test/xray/TestCases/Posix/common-trampoline-alignment.cpp
index dac0789abde..dac0789abde 100644
--- a/compiler-rt/test/xray/TestCases/Posix/common-trampoline-alignment.cc
+++ b/compiler-rt/test/xray/TestCases/Posix/common-trampoline-alignment.cpp
diff --git a/compiler-rt/test/xray/TestCases/Posix/coverage-sample.cc b/compiler-rt/test/xray/TestCases/Posix/coverage-sample.cpp
index 62c13ba3d42..62c13ba3d42 100644
--- a/compiler-rt/test/xray/TestCases/Posix/coverage-sample.cc
+++ b/compiler-rt/test/xray/TestCases/Posix/coverage-sample.cpp
diff --git a/compiler-rt/test/xray/TestCases/Posix/custom-event-handler-alignment.cc b/compiler-rt/test/xray/TestCases/Posix/custom-event-handler-alignment.cpp
index c8de18b0e2b..c8de18b0e2b 100644
--- a/compiler-rt/test/xray/TestCases/Posix/custom-event-handler-alignment.cc
+++ b/compiler-rt/test/xray/TestCases/Posix/custom-event-handler-alignment.cpp
diff --git a/compiler-rt/test/xray/TestCases/Posix/custom-event-logging.cc b/compiler-rt/test/xray/TestCases/Posix/custom-event-logging.cpp
index 48fd6203419..48fd6203419 100644
--- a/compiler-rt/test/xray/TestCases/Posix/custom-event-logging.cc
+++ b/compiler-rt/test/xray/TestCases/Posix/custom-event-logging.cpp
diff --git a/compiler-rt/test/xray/TestCases/Posix/fdr-mode-inmemory.cc b/compiler-rt/test/xray/TestCases/Posix/fdr-mode-inmemory.cpp
index ff31626d777..ff31626d777 100644
--- a/compiler-rt/test/xray/TestCases/Posix/fdr-mode-inmemory.cc
+++ b/compiler-rt/test/xray/TestCases/Posix/fdr-mode-inmemory.cpp
diff --git a/compiler-rt/test/xray/TestCases/Posix/fdr-mode-multiple.cc b/compiler-rt/test/xray/TestCases/Posix/fdr-mode-multiple.cpp
index 487e3031325..487e3031325 100644
--- a/compiler-rt/test/xray/TestCases/Posix/fdr-mode-multiple.cc
+++ b/compiler-rt/test/xray/TestCases/Posix/fdr-mode-multiple.cpp
diff --git a/compiler-rt/test/xray/TestCases/Posix/fdr-mode.cc b/compiler-rt/test/xray/TestCases/Posix/fdr-mode.cpp
index 8b9cb2bbfd5..8b9cb2bbfd5 100644
--- a/compiler-rt/test/xray/TestCases/Posix/fdr-mode.cc
+++ b/compiler-rt/test/xray/TestCases/Posix/fdr-mode.cpp
diff --git a/compiler-rt/test/xray/TestCases/Posix/fdr-reinit.cc b/compiler-rt/test/xray/TestCases/Posix/fdr-reinit.cpp
index dc9888d6e48..dc9888d6e48 100644
--- a/compiler-rt/test/xray/TestCases/Posix/fdr-reinit.cc
+++ b/compiler-rt/test/xray/TestCases/Posix/fdr-reinit.cpp
diff --git a/compiler-rt/test/xray/TestCases/Posix/fdr-single-thread.cc b/compiler-rt/test/xray/TestCases/Posix/fdr-single-thread.cpp
index accc5925c68..accc5925c68 100644
--- a/compiler-rt/test/xray/TestCases/Posix/fdr-single-thread.cc
+++ b/compiler-rt/test/xray/TestCases/Posix/fdr-single-thread.cpp
diff --git a/compiler-rt/test/xray/TestCases/Posix/fdr-thread-order.cc b/compiler-rt/test/xray/TestCases/Posix/fdr-thread-order.cpp
index eb405967a0d..eb405967a0d 100644
--- a/compiler-rt/test/xray/TestCases/Posix/fdr-thread-order.cc
+++ b/compiler-rt/test/xray/TestCases/Posix/fdr-thread-order.cpp
diff --git a/compiler-rt/test/xray/TestCases/Posix/fixedsize-logging.cc b/compiler-rt/test/xray/TestCases/Posix/fixedsize-logging.cpp
index a2a41ce60d6..a2a41ce60d6 100644
--- a/compiler-rt/test/xray/TestCases/Posix/fixedsize-logging.cc
+++ b/compiler-rt/test/xray/TestCases/Posix/fixedsize-logging.cpp
diff --git a/compiler-rt/test/xray/TestCases/Posix/fork_basic_logging.cc b/compiler-rt/test/xray/TestCases/Posix/fork_basic_logging.cpp
index 3873325ef74..3873325ef74 100644
--- a/compiler-rt/test/xray/TestCases/Posix/fork_basic_logging.cc
+++ b/compiler-rt/test/xray/TestCases/Posix/fork_basic_logging.cpp
diff --git a/compiler-rt/test/xray/TestCases/Posix/func-id-utils.cc b/compiler-rt/test/xray/TestCases/Posix/func-id-utils.cpp
index 41275366601..41275366601 100644
--- a/compiler-rt/test/xray/TestCases/Posix/func-id-utils.cc
+++ b/compiler-rt/test/xray/TestCases/Posix/func-id-utils.cpp
diff --git a/compiler-rt/test/xray/TestCases/Posix/logging-modes.cc b/compiler-rt/test/xray/TestCases/Posix/logging-modes.cpp
index f839ba5e5f5..f839ba5e5f5 100644
--- a/compiler-rt/test/xray/TestCases/Posix/logging-modes.cc
+++ b/compiler-rt/test/xray/TestCases/Posix/logging-modes.cpp
diff --git a/compiler-rt/test/xray/TestCases/Posix/optional-inmemory-log.cc b/compiler-rt/test/xray/TestCases/Posix/optional-inmemory-log.cpp
index feaaa412475..feaaa412475 100644
--- a/compiler-rt/test/xray/TestCases/Posix/optional-inmemory-log.cc
+++ b/compiler-rt/test/xray/TestCases/Posix/optional-inmemory-log.cpp
diff --git a/compiler-rt/test/xray/TestCases/Posix/patching-unpatching.cc b/compiler-rt/test/xray/TestCases/Posix/patching-unpatching.cpp
index a7ea58f6dc6..a7ea58f6dc6 100644
--- a/compiler-rt/test/xray/TestCases/Posix/patching-unpatching.cc
+++ b/compiler-rt/test/xray/TestCases/Posix/patching-unpatching.cpp
diff --git a/compiler-rt/test/xray/TestCases/Posix/pic_test.cc b/compiler-rt/test/xray/TestCases/Posix/pic_test.cpp
index 93e1a6a47d3..93e1a6a47d3 100644
--- a/compiler-rt/test/xray/TestCases/Posix/pic_test.cc
+++ b/compiler-rt/test/xray/TestCases/Posix/pic_test.cpp
diff --git a/compiler-rt/test/xray/TestCases/Posix/profiling-multi-threaded.cc b/compiler-rt/test/xray/TestCases/Posix/profiling-multi-threaded.cpp
index 8bd15b7d312..8bd15b7d312 100644
--- a/compiler-rt/test/xray/TestCases/Posix/profiling-multi-threaded.cc
+++ b/compiler-rt/test/xray/TestCases/Posix/profiling-multi-threaded.cpp
diff --git a/compiler-rt/test/xray/TestCases/Posix/profiling-single-threaded.cc b/compiler-rt/test/xray/TestCases/Posix/profiling-single-threaded.cpp
index fc518145edb..fc518145edb 100644
--- a/compiler-rt/test/xray/TestCases/Posix/profiling-single-threaded.cc
+++ b/compiler-rt/test/xray/TestCases/Posix/profiling-single-threaded.cpp
diff --git a/compiler-rt/test/xray/TestCases/Posix/quiet-start.cc b/compiler-rt/test/xray/TestCases/Posix/quiet-start.cpp
index 00d5af6609d..00d5af6609d 100644
--- a/compiler-rt/test/xray/TestCases/Posix/quiet-start.cc
+++ b/compiler-rt/test/xray/TestCases/Posix/quiet-start.cpp
diff --git a/compiler-rt/test/xray/lit.cfg.py b/compiler-rt/test/xray/lit.cfg.py
index cc4cc212435..782d5a80c41 100644
--- a/compiler-rt/test/xray/lit.cfg.py
+++ b/compiler-rt/test/xray/lit.cfg.py
@@ -51,7 +51,7 @@ config.substitutions.append(
% (libdl_flag, config.compiler_rt_libdir, config.target_suffix)))
# Default test suffixes.
-config.suffixes = ['.c', '.cc', '.cpp']
+config.suffixes = ['.c', '.cpp']
if config.host_os not in ['FreeBSD', 'Linux', 'NetBSD', 'OpenBSD']:
config.unsupported = True
OpenPOWER on IntegriCloud