llvm-project/llvm/test/CodeGen/X86/2006-10-02-BoolRetCrash.ll
Fangrui Song cd12922235 [test] Change llc -march= to -mtriple=
Similar to 806761a7629df268c8aed49657aeccffa6bca449

-march= is error-prone when running on a host whose OS is different.
2024-12-15 13:08:02 -08:00

8 lines
89 B
LLVM

; RUN: llc -mtriple=i686 < %s
; PR933
define fastcc i1 @test() {
ret i1 true
}