[flang-commits] [flang] db4170a - Revert "[flang] Fix cuda-option test on Darwin (#85687)"

Stephen Tozer via flang-commits flang-commits at lists.llvm.org
Tue Mar 19 07:38:09 PDT 2024


Author: Stephen Tozer
Date: 2024-03-19T14:37:30Z
New Revision: db4170a4f3a701a62f5c1ef2e6a30f490f107f7d

URL: https://github.com/llvm/llvm-project/commit/db4170a4f3a701a62f5c1ef2e6a30f490f107f7d
DIFF: https://github.com/llvm/llvm-project/commit/db4170a4f3a701a62f5c1ef2e6a30f490f107f7d.diff

LOG: Revert "[flang] Fix cuda-option test on Darwin (#85687)"

Reverted due to buildbot failures:
https://lab.llvm.org/buildbot/#/builders/139/builds/61717/

This reverts commit b4b7d988bdb48827a822d9c87fdc460dceae5cab.

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 562f8683b0ff7d..112e1cb6c77f8c 100644
--- a/flang/test/Driver/cuda-option.f90
+++ b/flang/test/Driver/cuda-option.f90
@@ -1,6 +1,6 @@
 ! Test -fcuda option
-! RUN: %flang_fc1 -cpp -x cuda -fdebug-unparse %s -o - | FileCheck %s
-! RUN: not %flang_fc1 -cpp %s -o - 2>&1 | FileCheck %s --check-prefix=ERROR
+! RUN: %flang -fc1 -cpp -x cuda -fdebug-unparse %s -o - | FileCheck %s
+! RUN: not %flang -fc1 -cpp %s -o - 2>&1 | FileCheck %s --check-prefix=ERROR
 program main
 #if _CUDA
   integer :: var = _CUDA


        


More information about the flang-commits mailing list