This is an archive of the discontinued LLVM Phabricator instance.

NFC: Fix some darwin linker warnings introduced in r338385
ClosedPublic

Authored by erik.pilkington on Sep 26 2018, 1:59 PM.

Details

Summary

The darwin linker was complaining about Toolchains/RISCV.cpp and Toolchains/Arch/RISCV.cpp had the same name. Fix is to just rename Toolchains/RISCV.cpp to Toolchains/RISCVToolchain.cpp. This was introduced by D50246.

/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/libtool: warning same member name (RISCV.cpp.o) in output file used for input files: tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/ToolChains/Arch/RISCV.cpp.o and: tools/clang/lib/Driver/CMakeFiles/clangDriver.dir/ToolChains/RISCV.cpp.o (due to use of basename, truncation, blank padding or duplicate input files)

rdar://44535427

Diff Detail

Repository
rC Clang

Event Timeline

xbolva00 accepted this revision.Sep 27 2018, 12:00 PM

ok, thanks

This revision is now accepted and ready to land.Sep 27 2018, 12:00 PM
This revision was automatically updated to reflect the committed changes.
lib/Driver/Driver.cpp