It seems to be a bug in LinkerDriver::findFile, the file name is not converted
to lowercase when being inserted into visitedLibs. This is the only exception
in the file and all other places always convert file names to lowercase when
inserting them into visitedLibs (or visitedFiles).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Thanks for the test - but I am not sure it should be a part of nodefaultlib? Is there a reason you didn't add it as it's own test?
Comment Actions
I guess it's a little weird to piggyback the test into nodefaultlib.test. :) Will put it into a new test instead.