[PATCH] D21890: [ELF] - Do not error out when version declaration not found when building executable.

Rui Ueyama via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 1 03:34:39 PDT 2016


ruiu added a comment.

That logic makes sense, but this is also satisfies our need, no?

  if (HaveNoVersionScript) {
    Config->SymbolVersions.push_back(elf::Version(Version));
    return Default ? I : (I | VERSYM_HIDDEN);
  }


http://reviews.llvm.org/D21890





More information about the llvm-commits mailing list