[all-commits] [llvm/llvm-project] e6d50b: recommit [HIP] Fix -gsplit-dwarf option

Yaxun (Sam) Liu via All-commits all-commits at lists.llvm.org
Wed Sep 23 08:22:15 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: e6d50b4f22dc6bbf0b0b40cfdab172bf5c1694e1
      https://github.com/llvm/llvm-project/commit/e6d50b4f22dc6bbf0b0b40cfdab172bf5c1694e1
  Author: Yaxun (Sam) Liu <yaxun.liu at amd.com>
  Date:   2020-09-23 (Wed, 23 Sep 2020)

  Changed paths:
    M clang/lib/Driver/ToolChains/Clang.cpp
    M clang/lib/Driver/ToolChains/CommonArgs.cpp
    M clang/lib/Driver/ToolChains/CommonArgs.h
    M clang/lib/Driver/ToolChains/Gnu.cpp
    M clang/lib/Driver/ToolChains/MinGW.cpp
    A clang/test/Driver/hip-gsplit-dwarf-options.hip

  Log Message:
  -----------
  recommit [HIP] Fix -gsplit-dwarf option

recommit e50465ecefc964e5700df26fc7e02a673eed085a with fix for
regression in lldb tests.

Two issues:

1. the directory part of original .dwo file was dropped
2. if the stem of the .dwo file contains '.', the last dot
and strings after that were removed

This recommit fixes those two issues.




More information about the All-commits mailing list