We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a8817a commit fd9aa5eCopy full SHA for fd9aa5e
flang/test/Driver/cuda-option.f90
@@ -1,6 +1,5 @@
1
! Test -fcuda option
2
! RUN: %flang_fc1 -cpp -x cuda -fdebug-unparse %s -o - | FileCheck %s
3
-! RUN: %flang --target=x86_64-linux-gnu -cpp -fsyntax-only -x cuda %s -o -
4
! RUN: not %flang_fc1 -cpp %s -o - 2>&1 | FileCheck %s --check-prefix=ERROR
5
program main
6
#if _CUDA
0 commit comments