Add a dummy file in each subdirectory in test/Driver/Inputs/hexagon_tree
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>
Mon, 17 Oct 2016 18:04:05 +0000 (18:04 +0000)
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>
Mon, 17 Oct 2016 18:04:05 +0000 (18:04 +0000)
commitff5ee6a36adba25b33f1c6498d8974c0b14b89c9
tree8dde5ac1b0f85c9da2b304ebc8d5d3f0f77f65f0
parenta43458bfe44179a52c2d969e5c29ef88c66cb801
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.

llvm-svn: 284402
clang/test/Driver/Inputs/hexagon_tree/Tools/bin/readme [new file with mode: 0644]
clang/test/Driver/Inputs/hexagon_tree/Tools/readme [new file with mode: 0644]
clang/test/Driver/Inputs/hexagon_tree/Tools/target/hexagon/include/c++/readme [new file with mode: 0644]
clang/test/Driver/Inputs/hexagon_tree/Tools/target/hexagon/include/readme [new file with mode: 0644]
clang/test/Driver/Inputs/hexagon_tree/Tools/target/hexagon/readme [new file with mode: 0644]
clang/test/Driver/Inputs/hexagon_tree/Tools/target/readme [new file with mode: 0644]