[PATCH] D91654: [flang] Fix FIR test failures

Pete Steinfeld via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 17 12:29:58 PST 2020


This revision was automatically updated to reflect the committed changes.
Closed by commit rG3fd777403349: [flang] Fix FIR test failures (authored by PeteSteinfeld).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D91654/new/

https://reviews.llvm.org/D91654

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


Index: flang/test/Fir/fir-ops.fir
===================================================================
--- flang/test/Fir/fir-ops.fir
+++ flang/test/Fir/fir-ops.fir
@@ -28,8 +28,8 @@
 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() -> (() -> ())
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D91654.305881.patch
Type: text/x-patch
Size: 554 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201117/54e8a827/attachment.bin>


More information about the llvm-commits mailing list