From f16afcd9b5ce3054aac2b08b3a20472c07b6773a Mon Sep 17 00:00:00 2001 From: Nico Weber Date: Wed, 5 May 2021 12:21:54 -0400 Subject: [PATCH] [clang] remove an incremental build workaround This cleaned up an oversight over a year ago. Should no longer be needed. --- clang/test/CoverageMapping/coroutine.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/clang/test/CoverageMapping/coroutine.cpp b/clang/test/CoverageMapping/coroutine.cpp index 21c90ab..0f75598 100644 --- a/clang/test/CoverageMapping/coroutine.cpp +++ b/clang/test/CoverageMapping/coroutine.cpp @@ -1,5 +1,3 @@ -// fixme: the following line is added to cleanup bots, will be removed in weeks. -// RUN: rm -f %S/coroutine.ll // RUN: %clang_cc1 -mllvm -emptyline-comment-coverage=false -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 { -- 2.7.4