From 666680987c067285db5569d200ce3611215a8cfd Mon Sep 17 00:00:00 2001 From: Michael Liao Date: Thu, 3 Oct 2019 17:47:46 +0000 Subject: [PATCH] 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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/dsymutil/dsymutil.cpp b/tools/dsymutil/dsymutil.cpp index b5259a2f5d6..aa23891ab39 100644 --- a/tools/dsymutil/dsymutil.cpp +++ b/tools/dsymutil/dsymutil.cpp @@ -95,7 +95,7 @@ struct DsymutilOptions { std::vector Archs; std::vector InputFiles; unsigned NumThreads; - LinkOptions LinkOptions; + dsymutil::LinkOptions LinkOptions; }; /// Return a list of input files. This function has logic for dealing with the -- 2.40.0