blob: 6124a7c0c8e3261b0ed31e3b3153ac32af6d89c6 [file] [log] [blame]
; RUN: not --crash llc < %s -march=nvptx -mcpu=sm_20 2>&1 | FileCheck %s
; Check that llc dies gracefully when given an alias.
define i32 @a() { ret i32 0 }
; CHECK: ERROR: Module has aliases
@b = internal alias i32 (), ptr @a