[dsymutil] Exclude namespace from ifdef in CFBundle

Should fix build failure introduced by r319416 on non-darwin hosts.

llvm-svn: 319417
This commit is contained in:
Jonas Devlieghere 2017-11-30 10:41:31 +00:00
parent c635376d7c
commit 1c223018ef
1 changed files with 2 additions and 0 deletions

View File

@ -16,10 +16,12 @@
#include <assert.h>
#include <glob.h>
#include <memory>
#endif
namespace llvm {
namespace dsymutil {
#ifdef __APPLE__
/// Deleter that calls CFRelease rather than deleting the pointer.
template <typename T> struct CFDeleter {
void operator()(T *P) {