[PATCH] D72360: [Test] Make llvm and lld tests pass when $USER matches `bar`

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 26 08:23:42 PST 2020


jhenderson added inline comments.


================
Comment at: lld/test/COFF/start-lib.ll:35
 ; RUN: FileCheck --check-prefix=TEST3 %s < %t3.thinlto.map
-; TEST3-NOT: foo
-; TEST3-NOT: bar
+; TEST3-NOT: {{[[:<:]]foo}}
+; TEST3-NOT: {{[[:<:]]bar}}
----------------
bbaren wrote:
> MaskRay wrote:
> > Is `{{ }}foo` good enough?
> > 
> > The map file is something like `00001010 00000000     0                 bar`
> Yes, that works great. Changed.
Possibly want to change these lines too to have `{{$}}` at the end?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D72360





More information about the llvm-commits mailing list