[clang] bc98dc1 - Try to heal bots after https://reviews.llvm.org/D79655
Nico Weber via cfe-commits
cfe-commits at lists.llvm.org
Sat May 16 17:33:16 PDT 2020
Author: Nico Weber
Date: 2020-05-16T20:32:58-04:00
New Revision: bc98dc12d8382b45ff9beed82236c9274f4435ff
URL: https://github.com/llvm/llvm-project/commit/bc98dc12d8382b45ff9beed82236c9274f4435ff
DIFF: https://github.com/llvm/llvm-project/commit/bc98dc12d8382b45ff9beed82236c9274f4435ff.diff
LOG: Try to heal bots after https://reviews.llvm.org/D79655
Added:
Modified:
clang/test/CodeGenCXX/wasm-eh.cpp
Removed:
################################################################################
diff --git a/clang/test/CodeGenCXX/wasm-eh.cpp b/clang/test/CodeGenCXX/wasm-eh.cpp
index 2d56c6bd0cb7..17f325bd9eba 100644
--- a/clang/test/CodeGenCXX/wasm-eh.cpp
+++ b/clang/test/CodeGenCXX/wasm-eh.cpp
@@ -1,4 +1,10 @@
// 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
// RUN: %clang_cc1 %s -triple wasm32-unknown-unknown -fms-extensions -fexceptions -fcxx-exceptions -fwasm-exceptions -target-feature +exception-handling -S -o - -std=c++11 | FileCheck %s --check-prefix=ASSEMBLY
More information about the cfe-commits
mailing list