[PATCH] D62424: Tests for nosync function attribute.

Stefan Stipanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 28 23:43:58 PDT 2019


sstefan1 added a comment.

In D62424#1520101 <https://reviews.llvm.org/D62424#1520101>, @jdoerfert wrote:

> What was the problem there? How does the output actually look?




  nosync.ll:130:15: error: CHECK-NEXT: is not on the line after the previous match
  ; CHECK-NEXT: define void @call_nosync_function()
            ^
  <stdin>:55:1: note: 'next' match was here
  define void @call_nosync_function() #2 {
  ^
  <stdin>:51:44: note: previous match ended here
  ; Function Attrs: noinline nounwind uwtable
                                         ^
  <stdin>:52:1: note: non-matching line after previous match is here
  declare void @nosync_function() #2
  ^


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D62424





More information about the llvm-commits mailing list