[PATCH] D91654: [flang] Fix FIR test failures
Pete Steinfeld via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 17 11:57:45 PST 2020
PeteSteinfeld created this revision.
PeteSteinfeld added reviewers: jurahul, schweitz, tskeith.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
PeteSteinfeld requested review of this revision.
When doing out-of-tree builds, FIR tests were failing. I made a change
similar to the one by @jurahul to fix this.
Repository:
rG LLVM Github Monorepo
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.305866.patch
Type: text/x-patch
Size: 554 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20201117/02213293/attachment.bin>
More information about the llvm-commits
mailing list