[LLVMdev] Duplicate file name
Chris Lattner
sabre at nondot.org
Wed May 14 14:43:37 PDT 2008
On Wed, 14 May 2008, Gabor Greif wrote:
> While cleaning up 80col violations, I stumbled upon
>
> ggreif at my [!2464] find lib -name SimplifyCFG.cpp
> lib/Transforms/Utils/SimplifyCFG.cpp
> lib/Transforms/Scalar/SimplifyCFG.cpp
>
>
> I do not believe this is good, especially IDEs tend to
> confuse files with identical names coming from different
> directories. (CodeWarrior did.)
>
> Should we rename one of them?
I agree with mike that it hasn't been a problem so far and is unlikely to
be one, but renaming is easy. Done:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20080512/062444.html
-Chris
--
http://nondot.org/sabre/
http://llvm.org/
More information about the llvm-dev
mailing list