[flang-commits] [clang] [flang] [flang][cuda] Add -fcuda option (PR #84944)

Andrzej WarzyƄski via flang-commits flang-commits at lists.llvm.org
Tue Mar 12 12:05:13 PDT 2024


================
@@ -0,0 +1,13 @@
+! Test -fcuda option
+! RUN: %flang -fc1 -cpp -fcuda -fdebug-unparse %s -o - | FileCheck %s
----------------
banach-space wrote:

Could you add a RUN line without enabling CUDA? Otherwise it's hard to see what's being tested and what the impact of enabling CUDA is.

https://github.com/llvm/llvm-project/pull/84944


More information about the flang-commits mailing list