Skip to content

Commit

Permalink
[WebAssembly] Remove a temporarily added RUN line
Browse files Browse the repository at this point in the history
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
  • Loading branch information
aheejin committed Nov 13, 2020
1 parent 06c9b4a commit 01d8715
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions 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

Expand Down

0 comments on commit 01d8715

Please sign in to comment.