brintos

brintos / llvm-project-archived public Read only

0
0
Text · 263 B · 49c12f7 Raw
7 lines · c
1// RUN: %clang_cc1 -triple i686-linux-gnu -target-cpu i686 -tune-cpu nehalem -emit-llvm %s -o - | FileCheck %s2 3int baz(int a) { return 4; }4 5// CHECK: baz{{.*}} #06// CHECK: #0 = {{.*}}"target-cpu"="i686" "target-features"="+cmov,+cx8,+x87" "tune-cpu"="nehalem"7