mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-19 11:35:51 -04:00

This reverts commit 647c3f4e47
.
Got bots failure from sanitizer-windows and maybe others.
9 lines
323 B
LLVM
9 lines
323 B
LLVM
; RUN: not llc -mtriple=i686-linux-gnu < %s 2> %t
|
|
; RUN: FileCheck --check-prefix=CHECK-ERRORS < %t %s
|
|
|
|
@0 = global i8 extractvalue ([1 x i8] select (i1 ptrtoint (i32* @1 to i1), [1 x i8] [ i8 1 ], [1 x i8] [ i8 2 ]), 0)
|
|
@1 = external global i32
|
|
|
|
; CHECK-ERRORS: Unsupported expression in static initializer: extractvalue
|
|
|