]> granicus.if.org Git - llvm/commit
Fix build failure with GCC on identifier reusing.
authorMichael Liao <michael.hliao@gmail.com>
Thu, 3 Oct 2019 17:47:46 +0000 (17:47 +0000)
committerMichael Liao <michael.hliao@gmail.com>
Thu, 3 Oct 2019 17:47:46 +0000 (17:47 +0000)
commit666680987c067285db5569d200ce3611215a8cfd
treebf226ed8c15ebd3c96e6aae1b2c8ac88faa639b1
parentab7e61c53fbe7f033dfb6c9261b0e11a50a31f5f
Fix build failure with GCC on identifier reusing.

- GCC is different from clang and other compilers on that.
  https://godbolt.org/z/CeQE1V

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@373633 91177308-0d34-0410-b5e6-96231b3b80d8
tools/dsymutil/dsymutil.cpp