[OpenACC] Enable 'attach' clause for combined constructs
[llvm-project.git] / clang / test / Driver / driverkit-target-cpu.c
blobb1a6232c07351ef596aa0e851a89e58bb21c159a
1 // RUN: %clang %s -target x86_64-apple-driverkit19.0 -### 2>&1 | FileCheck %s
3 int main() { return 0; }
4 // CHECK: "-target-cpu" "nehalem"