[flang-commits] [flang] 26cbc43 - [flang] Remove target and require shell

Valentin Clement via flang-commits flang-commits at lists.llvm.org
Fri Jan 21 09:31:53 PST 2022


Author: Valentin Clement
Date: 2022-01-21T18:31:42+01:00
New Revision: 26cbc430197a3432075c7c5dfec41765f92b97ed

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

LOG: [flang] Remove target and require shell

Fix failure from 68db0e25df4b1edaa2c6080eb88453ab01ea01d3 on
arm buildbot.

Added: 
    

Modified: 
    flang/test/Fir/basic-program.fir

Removed: 
    


################################################################################
diff  --git a/flang/test/Fir/basic-program.fir b/flang/test/Fir/basic-program.fir
index 02463bef99496..b417a6148d39b 100644
--- a/flang/test/Fir/basic-program.fir
+++ b/flang/test/Fir/basic-program.fir
@@ -1,4 +1,5 @@
-// RUN: tco --target=x86_64-unknown-linux-gnu %s | FileCheck %s
+// RUN: tco %s | FileCheck %s
+// REQUIRES: shell
 
 // Check that tco is working with a basic test.
 


        


More information about the flang-commits mailing list