[all-commits] [llvm/llvm-project] 22cbe4: Slightly relax the regex on lld version in test (NFC)
Mehdi Amini via All-commits
all-commits at lists.llvm.org
Sat Aug 15 14:41:08 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 22cbe40fa99795766f352c08a7c0748704c9d2d5
https://github.com/llvm/llvm-project/commit/22cbe40fa99795766f352c08a7c0748704c9d2d5
Author: Mehdi Amini <joker.eph at gmail.com>
Date: 2020-08-15 (Sat, 15 Aug 2020)
Changed paths:
M lld/test/MachO/lc-build-version.s
Log Message:
-----------
Slightly relax the regex on lld version in test (NFC)
This makes the test introduced in 537f5483fe4e more robust with respect
to the actual version number. The previous regex restricted the version
to start with a leading `1` which was overly restrictive.
More information about the All-commits
mailing list