lxfind created this revision. lxfind added a reviewer: thakis. Herald added a project: clang. Herald added a subscriber: cfe-commits.
D82928 <https://reviews.llvm.org/D82928> generated unexpected tmp files in the CoverageMapping test directory. This patch cleans it up and remove the file in the test bots. It will be revered after a week. Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D82992 Files: clang/test/CoverageMapping/coroutine.cpp Index: clang/test/CoverageMapping/coroutine.cpp =================================================================== --- clang/test/CoverageMapping/coroutine.cpp +++ clang/test/CoverageMapping/coroutine.cpp @@ -1,3 +1,5 @@ +// fixme: the following line is added to cleanup bots, will be removed in weeks. +// RUN: rm -f %S/coroutine.ll // RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -fcoroutines-ts -std=c++14 -emit-llvm -fprofile-instrument=clang -fcoverage-mapping -dump-coverage-mapping %s -o - | FileCheck %s namespace std::experimental {
Index: clang/test/CoverageMapping/coroutine.cpp =================================================================== --- clang/test/CoverageMapping/coroutine.cpp +++ clang/test/CoverageMapping/coroutine.cpp @@ -1,3 +1,5 @@ +// fixme: the following line is added to cleanup bots, will be removed in weeks. +// RUN: rm -f %S/coroutine.ll // RUN: %clang_cc1 -triple x86_64-unknown-linux-gnu -fcoroutines-ts -std=c++14 -emit-llvm -fprofile-instrument=clang -fcoverage-mapping -dump-coverage-mapping %s -o - | FileCheck %s namespace std::experimental {
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits