[all-commits] [llvm/llvm-project] fcd6d5: Adjust test to only compile and not link

David Blaikie via All-commits all-commits at lists.llvm.org
Thu Oct 28 18:10:45 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: fcd6d56602615a8c016c5f752003de5cd42e2cda
      https://github.com/llvm/llvm-project/commit/fcd6d56602615a8c016c5f752003de5cd42e2cda
  Author: David Blaikie <dblaikie at gmail.com>
  Date:   2021-10-28 (Thu, 28 Oct 2021)

  Changed paths:
    M cross-project-tests/debuginfo-tests/clang_llvm_roundtrip/simplified_template_names.cpp

  Log Message:
  -----------
  Adjust test to only compile and not link

Compilation is all that's needed here - linking helped avoid certain
false positives in llvm-dwarfdump --verify related to overlapping
functions when those functions were actually in distinct sections.
That's since been fixed, so we can adjust the test to only compile, and
not link.




More information about the All-commits mailing list