[flang-commits] [flang] fd9aa5e - [flang][cuda] Remove run line
Valentin Clement via flang-commits
flang-commits at lists.llvm.org
Fri Aug 16 13:46:46 PDT 2024
Author: Valentin Clement
Date: 2024-08-16T13:46:36-07:00
New Revision: fd9aa5e40d903e8411b924d94348c0e348cf50db
URL: https://github.com/llvm/llvm-project/commit/fd9aa5e40d903e8411b924d94348c0e348cf50db
DIFF: https://github.com/llvm/llvm-project/commit/fd9aa5e40d903e8411b924d94348c0e348cf50db.diff
LOG: [flang][cuda] Remove run line
Added:
Modified:
flang/test/Driver/cuda-option.f90
Removed:
################################################################################
diff --git a/flang/test/Driver/cuda-option.f90 b/flang/test/Driver/cuda-option.f90
index 5dda307d44eddd..0740ed509a0776 100644
--- a/flang/test/Driver/cuda-option.f90
+++ b/flang/test/Driver/cuda-option.f90
@@ -1,6 +1,5 @@
! Test -fcuda option
! RUN: %flang_fc1 -cpp -x cuda -fdebug-unparse %s -o - | FileCheck %s
-! RUN: %flang --target=x86_64-linux-gnu -cpp -fsyntax-only -x cuda %s -o -
! RUN: not %flang_fc1 -cpp %s -o - 2>&1 | FileCheck %s --check-prefix=ERROR
program main
#if _CUDA
More information about the flang-commits
mailing list