brintos

brintos / llvm-project-archived public Read only

0
0
Text · 138 B · b1a6232 Raw
5 lines · c
1// RUN: %clang %s -target x86_64-apple-driverkit19.0 -### 2>&1 | FileCheck %s2 3int main() { return 0; }4// CHECK: "-target-cpu" "nehalem"5