aheejin marked an inline comment as done.
aheejin added inline comments.

================
Comment at: clang/test/CodeGenCXX/wasm-eh.cpp:387
 
+// RUN: %clang_cc1 %s -triple wasm32-unknown-unknown -fms-extensions 
-fexceptions -fcxx-exceptions -fwasm-exceptions -target-feature 
+exception-handling -emit-llvm -std=c++11 2>&1 | FileCheck %s 
--check-prefix=WARNING
+
----------------
thakis wrote:
> Ah, the problem is that this line is missing a -o flag and so it wrote a 
> wasm-eh.ll file to the clang/test/CodeGenCXX directory, which on the next 
> build was interpreted as a test without a run line. I'll land a temporary rm 
> here to remove that file. Please fix this for the reland.
Oh I see... Thanks a lot for doing this.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D79655



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to