[PATCH] D39535: [AArch64] Use dwarf exception handling on MinGW
Saleem Abdulrasool via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Nov 2 14:34:57 PDT 2017
compnerd accepted this revision.
compnerd added inline comments.
This revision is now accepted and ready to land.
================
Comment at: test/CodeGen/AArch64/dwarf-cfi.ll:1-3
+; RUN: llc -mtriple aarch64-windows-gnu \
+; RUN: -filetype=asm -o - %s \
+; RUN: | FileCheck %s
----------------
The split over multiple lines is not really helpful (especially when copy/pasting to debug).
https://reviews.llvm.org/D39535
More information about the llvm-commits
mailing list