[PATCH] D82992: clang CoverageMapping tests bot cleanup
Xun Li via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 1 13:32:09 PDT 2020
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 {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D82992.274898.patch
Type: text/x-patch
Size: 551 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200701/55dac62c/attachment-0001.bin>
More information about the cfe-commits
mailing list