[NFC] Maintainers.rst: align email address formatting
[llvm-project.git] / clang / test / Driver / hip-launch-api.hip
blob2b71d292c7d899a8ca2c61586e6ecc7fb33d2ad9
1 // By default FE assumes -fhip-new-launch-api.
3 // RUN: %clang -### --target=x86_64-unknown-linux-gnu -offload-arch=gfx906 \ 
4 // RUN:   -nogpulib -nogpuinc %s 2>&1 | FileCheck -check-prefixes=NEW %s
5 // NEW: "-fhip-new-launch-api"
7 // RUN: %clang -### --target=x86_64-unknown-linux-gnu -offload-arch=gfx906 %s \
8 // RUN:   -nogpulib -nogpuinc -fhip-new-launch-api 2>&1 | FileCheck -check-prefixes=NEW %s
9 // NEW: "-fhip-new-launch-api"
11 // RUN: %clang -### --target=x86_64-unknown-linux-gnu -offload-arch=gfx906 %s \
12 // RUN:   -nogpulib -nogpuinc -fno-hip-new-launch-api 2>&1 | FileCheck -check-prefixes=OLD %s
13 // OLD-NOT: "-fhip-new-launch-api"