[all-commits] [llvm/llvm-project] be89d7: [lld][test] Relax test assertion of cmake defaults...

Jordan Rupprecht via All-commits all-commits at lists.llvm.org
Wed Dec 23 14:43:01 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: be89d7460b63508a6a277050395c14a4fa74b031
      https://github.com/llvm/llvm-project/commit/be89d7460b63508a6a277050395c14a4fa74b031
  Author: Jordan Rupprecht <rupprecht at google.com>
  Date:   2020-12-23 (Wed, 23 Dec 2020)

  Changed paths:
    M lld/test/MachO/driver.test

  Log Message:
  -----------
  [lld][test] Relax test assertion of cmake defaults appearing in --version output.

D93491 implemented `--version` for the MachO LLD port, but asserts that the string contains something like "LLD N.N". However, this is just the cmake default for `LLD_VERSION_STRING`, and downstream users may choose a different value, e.g. a rolling distro may print "LLD trunk".




More information about the All-commits mailing list