[PATCH] D38333: [X86] Fix using the SJLJ jump table on x86_64
Martin Storsjö via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Sep 28 02:20:07 PDT 2017
mstorsjo added inline comments.
================
Comment at: test/CodeGen/X86/sjlj-eh.ll:3
; RUN: llc -mtriple x86_64-windows-gnu -exception-model sjlj -filetype asm -o - %s | FileCheck %s -check-prefix CHECK-X64
+; RUN: llc -mtriple x86_64-linux -exception-model sjlj -filetype asm -o - %s | FileCheck %s -check-prefix CHECK-X64-LINUX
----------------
RKSimon wrote:
> According to PR27481, sjlj-eh.ll fails EXPENSIVE_CHECKS builds - please can you add "-verify-machineinstrs" to all the llc commands?
Sure, I'll try to look into that and see if I'm capable of figuring out what to fix to silence those issues, while digging into this.
https://reviews.llvm.org/D38333
More information about the llvm-commits
mailing list