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

Valentin Clement バレンタイン クレメン via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 12 12:48:59 PDT 2024


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

Without it, it would just fail during parsing. Do you want a test that check the failure?

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


More information about the cfe-commits mailing list