[PATCH] D82992: clang CoverageMapping tests bot cleanup
Xun Li via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Wed Jul 1 16:16:57 PDT 2020
This revision was automatically updated to reflect the committed changes.
Closed by commit rG9fc877213e07: clang CoverageMapping tests bot cleanup (authored by lxfind).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82992/new/
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.274954.patch
Type: text/x-patch
Size: 551 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200701/35bf0c61/attachment.bin>
More information about the cfe-commits
mailing list