[Lldb-commits] [PATCH] Fix makefiles to build shared libraries (DLLs) for tests on Windows
Adrian McCarthy
amccarth at google.com
Wed Mar 11 16:49:37 PDT 2015
Abstracted away some POSIX-isms that caused make to issue invalid commands on Windows. Added a new force-include for the test programs (C and C++) so that we can use platform-specific macros. I left uncaught_exception.h as is, since it's specific to C++.
TestSharedLib now builds and cleans up on Windows, though the test still fails some of the expectations. I want to deal with that later.
http://reviews.llvm.org/D8277
Files:
test/lang/c/shared_lib/foo.h
test/make/Makefile.rules
test/make/test_common.h
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D8277.21791.patch
Type: text/x-patch
Size: 3731 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20150311/fbca7918/attachment.bin>
More information about the lldb-commits
mailing list