[flang-commits] [flang] 3fd7774 - [flang] Fix FIR test failures

Peter Steinfeld via flang-commits flang-commits at lists.llvm.org
Tue Nov 17 12:29:50 PST 2020


Author: Peter Steinfeld
Date: 2020-11-17T12:25:15-08:00
New Revision: 3fd777403349e920979a9ea30eaf05d7317d7b09

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

LOG: [flang] Fix FIR test failures

When doing out-of-tree builds, FIR tests were failing.  I made a change
similar to the one by @jurahul to fix this.

Differential Revision: https://reviews.llvm.org/D91654

Added: 
    

Modified: 
    flang/test/Fir/fir-ops.fir

Removed: 
    


################################################################################
diff  --git a/flang/test/Fir/fir-ops.fir b/flang/test/Fir/fir-ops.fir
index 4505b0fb6741..a61109846a6b 100644
--- a/flang/test/Fir/fir-ops.fir
+++ b/flang/test/Fir/fir-ops.fir
@@ -28,8 +28,8 @@ func private @store_tuple(tuple<!fir.type<qq1{f1:i32}>>) -> ()
 func private @get_method_box() -> !fir.box<!fir.type<derived3{f:f32}>>
 func private @method_impl(!fir.box<!fir.type<derived3{f:f32}>>)
 
-// CHECK-LABEL: func @nop()
-// CHECK-LABEL: func @get_func() -> (() -> ())
+// CHECK-LABEL: func private @nop()
+// CHECK-LABEL: func private @get_func() -> (() -> ())
 func private @nop()
 func private @get_func() -> (() -> ())
 


        


More information about the flang-commits mailing list