clang/test/Driver/Inputs/hexagon_tree/Tools
Krzysztof Parzyszek bbbbe93b48 Add a dummy file in each subdirectory in test/Driver/Inputs/hexagon_tree
Git does not store empty subdirectories (while SVN does). Git clone of
the clang repository did not create the fake Hexagon installation tree
used for testing the driver. This only became evident after a change
in the Hexagon toolchain that started checking for existence of certain
directories.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@284402 91177308-0d34-0410-b5e6-96231b3b80d8
2016-10-17 18:04:05 +00:00
..
bin Add a dummy file in each subdirectory in test/Driver/Inputs/hexagon_tree 2016-10-17 18:04:05 +00:00
target Add a dummy file in each subdirectory in test/Driver/Inputs/hexagon_tree 2016-10-17 18:04:05 +00:00
readme Add a dummy file in each subdirectory in test/Driver/Inputs/hexagon_tree 2016-10-17 18:04:05 +00:00

readme

Git does not record empty directories. Create a dummy file in each directory
here. Strictly speaking, putting dummy files in leaf directories should be
sufficient, but adding them everywhere reduces the risk of repeating the same
problem in case new directories are added.