diff options
author | Pavel Labath <labath@google.com> | 2017-05-03 11:27:35 +0000 |
---|---|---|
committer | Pavel Labath <labath@google.com> | 2017-05-03 11:27:35 +0000 |
commit | 6b09f9d60347bcf141608fe9767a4eaa9dbd0f7b (patch) | |
tree | b0a866e0ae852cb2174e9fe096838d51da6c9c8f /clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp | |
parent | b2bf741e9aa1dc843d47d9b29c34fd3eb7cdab4a (diff) | |
download | bcm5719-llvm-6b09f9d60347bcf141608fe9767a4eaa9dbd0f7b.tar.gz bcm5719-llvm-6b09f9d60347bcf141608fe9767a4eaa9dbd0f7b.zip |
Windows fix for TestConflictingDefinition makefile
gnuwin32 rm does not like wildcards that match nothing even if we
specify -f (probably because the wildcard expansion happens in-process
there). We could use make $(wildcard) here, but it seems safer to
explicitly list the files here, just like the normal Makefile.rules
does.
llvm-svn: 302013
Diffstat (limited to 'clang/lib/StaticAnalyzer/Checkers/MallocChecker.cpp')
0 files changed, 0 insertions, 0 deletions