When gcc is not installed we fail to set the correct include and lib directory.
In some cases base is set and we might want to use clang without gcc being installed
Details
Details
- Reviewers
yaron.keren - Commits
- rGf57c9138b2d4: Merging r244902: --------------------------------------------------------------…
rG1bc12bbea659: Driver: Fix include directories when not using libgcc under mingw
rC244902: Driver: Fix include directories when not using libgcc under mingw
rL244902: Driver: Fix include directories when not using libgcc under mingw
Diff Detail
Diff Detail
Event Timeline
Comment Actions
This LGTM after modifying test/Driver/mingw.cpp to test for this, i.e. create a Inputs/no_gcc_tree/usr directory tree without the gcc dirs, point sysroot and check the output directories. It's mostly copy & paste from one of the existing cases.