Craig Topper | 4a36711 | 2020-08-19 15:58:06 -0700 | [diff] [blame] | 1 | // RUN: %clang_cc1 -triple i686-linux-gnu -target-cpu i686 -tune-cpu nehalem -emit-llvm %s -o - | FileCheck %s |
2 | |||||
3 | int baz(int a) { return 4; } | ||||
4 | |||||
5 | // CHECK: baz{{.*}} #0 | ||||
6 | // CHECK: #0 = {{.*}}"target-cpu"="i686" "target-features"="+cx8,+x87" "tune-cpu"="nehalem" |