[PATCH] D118646: [lld-macho][test] Add test for UUID format
Vincent Lee via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 31 15:34:49 PST 2022
thevinster added inline comments.
================
Comment at: lld/test/MachO/uuid.s:5
+# RUN: llvm-dwarfdump --uuid %t | FileCheck %s
+# CHECK: 4C4C44{{([[:xdigit:]]{2})}}-5555-{{([[:xdigit:]]{4})}}-A1{{([[:xdigit:]]{2})}}-{{([[:xdigit:]]{8})}}
+
----------------
How come we can't do strict match here? It shouldn't ever change right? Also, `{{([[:xdigit:]]{8})}}` should be 12? `LC_UUID` shows 12 characters for me on that.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D118646/new/
https://reviews.llvm.org/D118646
More information about the llvm-commits
mailing list