view test/CodeGen/AArch64/dont-take-over-the-world.ll @ 117:facf19d07cd9

check EHStack on EmitCall (CbC goto)
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 24 Aug 2016 20:10:41 +0900
parents 54457678186b
children
line wrap: on
line source

; RUN: not llc -mtriple=x86-64 2>&1 | FileCheck %s

; To support "arm64" as a -march option, we need to register a second AArch64
; target, but we have to be careful how we do that so that it doesn't become the
; target of last resort when the specified triple is completely wrong.

; CHECK: unable to get target for 'x86-64', see --version and --triple.