[Lldb-commits] [PATCH] D42994: Stop passing -fPIC to lldb tests on Windows

Aaron Smith via Phabricator via lldb-commits lldb-commits at lists.llvm.org
Tue Feb 6 16:08:35 PST 2018


asmith created this revision.
asmith added reviewers: zturner, lldb-commits.
Herald added a subscriber: llvm-commits.

Update some unit tests that are passing -fPIC on Windows which is not a valid compiler option. This is another step in making the LLDB unit tests run on Windows.


Repository:
  rL LLVM

https://reviews.llvm.org/D42994

Files:
  packages/Python/lldbsuite/test/functionalities/breakpoint/global_constructor/Makefile
  packages/Python/lldbsuite/test/functionalities/breakpoint/move_nearest/Makefile
  packages/Python/lldbsuite/test/lang/c/conflicting-symbol/One.mk
  packages/Python/lldbsuite/test/lang/c/conflicting-symbol/Two.mk
  packages/Python/lldbsuite/test/lang/c/shared_lib/Makefile
  packages/Python/lldbsuite/test/lang/c/shared_lib_stripped_symbols/Makefile
  packages/Python/lldbsuite/test/lang/cpp/namespace_definitions/a.mk
  packages/Python/lldbsuite/test/lang/cpp/namespace_definitions/b.mk
  packages/Python/lldbsuite/test/lldbtest.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D42994.133105.patch
Type: text/x-patch
Size: 4962 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/lldb-commits/attachments/20180207/61859329/attachment.bin>


More information about the lldb-commits mailing list