This avoids test failures where extra files exist in the tree, such
as the standard library built using the runtimes build.
Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/test/Driver/linux-cross.cpp | ||
---|---|---|
5–6 | Can you add a comment what happens without -ccc-install-dir? |
With a nit
clang/test/Driver/linux-cross.cpp | ||
---|---|---|
16 | Rather than in some build configuration., just mention the configuration explicitly. No need to worry the information gets stale, people can dig up the history if the configuration changes. With some build configuration, future people cannot know and may defensively add -ccc-install-dir everywhere, which is not what we want for these driver tests. |
Can you add a comment what happens without -ccc-install-dir?