[PATCH] D51695: [MC] [AsmParser]: Ensure a new CFI frame is not opened within an existing one when using cc1as (causing a crash due to failed assert).
Kristina Brooks via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 16 18:59:45 PDT 2018
kristina added a comment.
Seems to be fine (ignore the 8 failed tests, they're IPC related and fail because of the host environment constraints).
ninja check-llvm
-snip-
********************
Testing Time: 80.11s
********************
Failing Tests (8):
LLVM :: ExecutionEngine/MCJIT/eh-lg-pic.ll
LLVM :: ExecutionEngine/MCJIT/eh.ll
LLVM :: ExecutionEngine/MCJIT/multi-module-eh-a.ll
LLVM :: ExecutionEngine/MCJIT/remote/eh.ll
LLVM :: ExecutionEngine/OrcMCJIT/eh-lg-pic.ll
LLVM :: ExecutionEngine/OrcMCJIT/eh.ll
LLVM :: ExecutionEngine/OrcMCJIT/multi-module-eh-a.ll
LLVM :: ExecutionEngine/OrcMCJIT/remote/eh.ll
Expected Passes : 16602
Expected Failures : 50
Unsupported Tests : 11500
Unexpected Failures: 8
Repository:
rL LLVM
https://reviews.llvm.org/D51695
More information about the llvm-commits
mailing list