[PATCH] D91448: [WebAssembly] Remove a temporarily added RUN line

Heejin Ahn via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 13 11:12:39 PST 2020


aheejin created this revision.
aheejin added a reviewer: tlively.
Herald added subscribers: cfe-commits, wingo, ecnelises, sunfish, jgravelle-google, sbc100, dschuff.
Herald added a project: clang.
aheejin requested review of this revision.

This RUN line was added as a temporary measure to undo the damage done
by D79655 <https://reviews.llvm.org/D79655>. Everyone's build system should be fine by now.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D91448

Files:
  clang/test/CodeGenCXX/wasm-eh.cpp


Index: clang/test/CodeGenCXX/wasm-eh.cpp
===================================================================
--- clang/test/CodeGenCXX/wasm-eh.cpp
+++ 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
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91448.305218.patch
Type: text/x-patch
Size: 1029 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20201113/ab2f0844/attachment.bin>


More information about the cfe-commits mailing list