From 01d87153694052d1712e9d539b7cc1425c3aff30 Mon Sep 17 00:00:00 2001 From: Heejin Ahn Date: Fri, 13 Nov 2020 03:43:45 -0800 Subject: [PATCH] [WebAssembly] Remove a temporarily added RUN line This RUN line was added as a temporary measure to undo the damage done by D79655. Everyone's build system should be fine by now. Reviewed By: tlively Differential Revision: https://reviews.llvm.org/D91448 --- clang/test/CodeGenCXX/wasm-eh.cpp | 6 ------ 1 file changed, 6 deletions(-) diff --git a/clang/test/CodeGenCXX/wasm-eh.cpp b/clang/test/CodeGenCXX/wasm-eh.cpp index 13f1e63..99b40c4 100644 --- a/clang/test/CodeGenCXX/wasm-eh.cpp +++ b/clang/test/CodeGenCXX/wasm-eh.cpp @@ -1,10 +1,4 @@ // REQUIRES: webassembly-registered-target -// https://reviews.llvm.org/D79655 temporarily added a RUN line that was missing -// a -o flag and wrote to the source dir. The file it wrote was then interpreted -// as a test without RUN line, breaking bots. FIXME: Remove this rm line once -// it's been in the tree long enough to clean up everyone's build dirs. -// Removing this June 2020 should be fine. -// RUN: rm -f %S/wasm-eh.ll // RUN: %clang_cc1 %s -triple wasm32-unknown-unknown -fms-extensions -fexceptions -fcxx-exceptions -fwasm-exceptions -target-feature +exception-handling -emit-llvm -o - -std=c++11 | FileCheck %s // RUN: %clang_cc1 %s -triple wasm64-unknown-unknown -fms-extensions -fexceptions -fcxx-exceptions -fwasm-exceptions -target-feature +exception-handling -emit-llvm -o - -std=c++11 | FileCheck %s -- 2.7.4