This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG01d871536940: [WebAssembly] Remove a temporarily added RUN 
line (authored by aheejin).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91448/new/

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
 


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
 
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to