[llvm] r346840 - [WebAssembly] Temporarily disable event-section.ll

Heejin Ahn via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 14 01:51:21 PST 2018


Author: aheejin
Date: Wed Nov 14 01:51:21 2018
New Revision: 346840

URL: http://llvm.org/viewvc/llvm-project?rev=346840&view=rev
Log:
[WebAssembly] Temporarily disable event-section.ll

This test is failing in builds with LLVM_ENABLE_EXPENSIVE_CHECKS after
rL346825 not because of the patch but due to a pre-existing codegen
problem. Marking this as XFAIL temporarily until the bug is fixed.

Modified:
    llvm/trunk/test/MC/WebAssembly/event-section.ll

Modified: llvm/trunk/test/MC/WebAssembly/event-section.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/MC/WebAssembly/event-section.ll?rev=346840&r1=346839&r2=346840&view=diff
==============================================================================
--- llvm/trunk/test/MC/WebAssembly/event-section.ll (original)
+++ llvm/trunk/test/MC/WebAssembly/event-section.ll Wed Nov 14 01:51:21 2018
@@ -1,3 +1,4 @@
+; XFAIL: *
 ; RUN: llc -filetype=obj -exception-model=wasm -mattr=+exception-handling %s -o - | obj2yaml | FileCheck %s
 ; RUN: llc -filetype=obj -exception-model=wasm -mattr=+exception-handling %s -o - | llvm-readobj -s | FileCheck -check-prefix=SEC %s
 




More information about the llvm-commits mailing list