]> granicus.if.org Git - llvm/commitdiff
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)
- 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

index b5259a2f5d65b8ebe40e9b7586b4cc7b5f8bb392..aa23891ab39ad5612ba481438faf6375f0526d3d 100644 (file)
@@ -95,7 +95,7 @@ struct DsymutilOptions {
   std::vector<std::string> Archs;
   std::vector<std::string> InputFiles;
   unsigned NumThreads;
-  LinkOptions LinkOptions;
+  dsymutil::LinkOptions LinkOptions;
 };
 
 /// Return a list of input files. This function has logic for dealing with the