Don't use uuid_clear(), non-darwin platforms include
authorJason Molenda <jmolenda@apple.com>
Thu, 13 Apr 2017 02:12:32 +0000 (02:12 +0000)
committerJason Molenda <jmolenda@apple.com>
Thu, 13 Apr 2017 02:12:32 +0000 (02:12 +0000)
commit3f608294557db3a9f5e5f998aec9d7579a43f4a5
treec2093a5c6bf76fdbe04ad5aebe3af0a7f6d23fea
parente70dffeb54a78cede2bd8b93926aafc6f219912a
Don't use uuid_clear(), non-darwin platforms include
Utility/UuidCompatibility.h which gets you a definiton
of uuid_t but none of the functions that operate on it.

llvm-svn: 300162
lldb/source/Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp