[llvm] 6d656c9 - [yaml2obj][test] - Try to fix Archives/regular.yaml to fix BB.

Georgii Rymar via llvm-commits llvm-commits at lists.llvm.org
Wed Oct 28 06:21:19 PDT 2020


Author: Georgii Rymar
Date: 2020-10-28T16:20:52+03:00
New Revision: 6d656c9691d4139a00566125c6de45814a30565c

URL: https://github.com/llvm/llvm-project/commit/6d656c9691d4139a00566125c6de45814a30565c
DIFF: https://github.com/llvm/llvm-project/commit/6d656c9691d4139a00566125c6de45814a30565c.diff

LOG: [yaml2obj][test] - Try to fix Archives/regular.yaml to fix BB.

It was added in D89949.

FreeBSD bot fails: http://lab.llvm.org:8011/#/builders/28/builds/547

Added: 
    

Modified: 
    llvm/test/tools/yaml2obj/Archives/regular.yaml

Removed: 
    


################################################################################
diff  --git a/llvm/test/tools/yaml2obj/Archives/regular.yaml b/llvm/test/tools/yaml2obj/Archives/regular.yaml
index 29b0cb5eea8a..6ab2b67d4412 100644
--- a/llvm/test/tools/yaml2obj/Archives/regular.yaml
+++ b/llvm/test/tools/yaml2obj/Archives/regular.yaml
@@ -24,7 +24,7 @@ Members: [[MEMBERS=<none>]]
 # RUN: yaml2obj --docnum=1 -DCONTENT="12" %s -o %t.content.a
 # RUN: od -t x1 -v %t.content.a | FileCheck %s --ignore-case --check-prefix=CONTENT
 
-# CONTENT: 21 3c 61 72 63 68 3e 0a 12{{$}}
+# CONTENT: 21 3c 61 72 63 68 3e 0a 12
 
 ## Check we can specify magic bytes of size greater than the normal size (size of "!<arch>\n").
 


        


More information about the llvm-commits mailing list