summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPetr Hosek <phosek@chromium.org>2018-10-29 21:04:12 +0000
committerPetr Hosek <phosek@chromium.org>2018-10-29 21:04:12 +0000
commit4815f72dc99dd1babc29f94cf927667d646755b6 (patch)
tree0761bccfb484850d3f3394c2b9983be902785022
parentf923e86205c03809f7b2539c8b5f65067c66cadc (diff)
downloadbcm5719-llvm-4815f72dc99dd1babc29f94cf927667d646755b6.tar.gz
bcm5719-llvm-4815f72dc99dd1babc29f94cf927667d646755b6.zip
[Driver] Include missing touch files for sanitized library paths
These were forgotten in r345537 causing test failures on Clang builders. Differential Revision: https://reviews.llvm.org/D53833 llvm-svn: 345540
-rw-r--r--clang/test/Driver/Inputs/resource_dir_with_per_target_subdir/aarch64-fuchsia/lib/asan/.keep0
-rw-r--r--clang/test/Driver/Inputs/resource_dir_with_per_target_subdir/x86_64-fuchsia/lib/asan/.keep0
2 files changed, 0 insertions, 0 deletions
diff --git a/clang/test/Driver/Inputs/resource_dir_with_per_target_subdir/aarch64-fuchsia/lib/asan/.keep b/clang/test/Driver/Inputs/resource_dir_with_per_target_subdir/aarch64-fuchsia/lib/asan/.keep
new file mode 100644
index 00000000000..e69de29bb2d
--- /dev/null
+++ b/clang/test/Driver/Inputs/resource_dir_with_per_target_subdir/aarch64-fuchsia/lib/asan/.keep
diff --git a/clang/test/Driver/Inputs/resource_dir_with_per_target_subdir/x86_64-fuchsia/lib/asan/.keep b/clang/test/Driver/Inputs/resource_dir_with_per_target_subdir/x86_64-fuchsia/lib/asan/.keep
new file mode 100644
index 00000000000..e69de29bb2d
--- /dev/null
+++ b/clang/test/Driver/Inputs/resource_dir_with_per_target_subdir/x86_64-fuchsia/lib/asan/.keep
OpenPOWER on IntegriCloud