[clang] 1c1406f - [WebAssembly] Reenable end-to-end test in wasm-eh.cpp

Heejin Ahn via cfe-commits cfe-commits at lists.llvm.org
Mon May 3 14:42:32 PDT 2021


Author: Heejin Ahn
Date: 2021-05-03T14:42:12-07:00
New Revision: 1c1406f24d8b1c8ebec76c516ea969072d24cc75

URL: https://github.com/llvm/llvm-project/commit/1c1406f24d8b1c8ebec76c516ea969072d24cc75
DIFF: https://github.com/llvm/llvm-project/commit/1c1406f24d8b1c8ebec76c516ea969072d24cc75.diff

LOG: [WebAssembly] Reenable end-to-end test in wasm-eh.cpp

This was temporarily disabled while we were reimplementing the new spec.

Reviewed By: tlively

Differential Revision: https://reviews.llvm.org/D101735

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 a5ff609737eb..c9beb6947438 100644
--- a/clang/test/CodeGenCXX/wasm-eh.cpp
+++ b/clang/test/CodeGenCXX/wasm-eh.cpp
@@ -405,8 +405,7 @@ void test10() throw() {
 // Here we only check if the command enables wasm exception handling in the
 // backend so that exception handling instructions can be generated in .s file.
 
-// TODO Reenable these lines after updating the backend to the new spec
-// R UN: %clang_cc1 %s -triple wasm32-unknown-unknown -fms-extensions -fexceptions -fcxx-exceptions -exception-model=wasm -target-feature +exception-handling -S -o - -std=c++11 | FileCheck %s --check-prefix=ASSEMBLY
+// RUN: %clang_cc1 %s -triple wasm32-unknown-unknown -fms-extensions -fexceptions -fcxx-exceptions -exception-model=wasm -target-feature +exception-handling -S -o - -std=c++11 | FileCheck %s --check-prefix=ASSEMBLY
 
 // ASSEMBLY: try
 // ASSEMBLY: catch


        


More information about the cfe-commits mailing list