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

Fangrui Song via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 7 14:06:29 PST 2020


MaskRay 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}}
----------------
Is `{{ }}foo` good enough?

The map file is something like `00001010 00000000     0                 bar`


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