teak-llvm/lldb/packages/Python/lldbsuite/test/lang/cpp/namespace_definitions
Aaron Smith 30d7309f6d Only throw -fPIC when building a shared library
Summary:
Update makefiles to specify -fPIC in Makefile.rules and only throw -fPIC when building a shared library. This change is necessary to allow building the lldb tests on Windows where -fPIC is not a valid option. 

Update a few places to Python 3.x syntax


Reviewers: zturner, lldb-commits

Reviewed By: zturner

Subscribers: stella.stamenova, labath, llvm-commits

Differential Revision: https://reviews.llvm.org/D42994

llvm-svn: 324671
2018-02-08 23:10:29 +00:00
..
a.cpp
a.mk Only throw -fPIC when building a shared library 2018-02-08 23:10:29 +00:00
b.cpp
b.mk Only throw -fPIC when building a shared library 2018-02-08 23:10:29 +00:00
foo.h
main.cpp
Makefile Compile the LLDB tests out-of-tree. 2018-01-30 18:29:16 +00:00
TestNamespaceDefinitions.py Wrap all references to build artifacts in the LLDB testsuite (NFC) 2018-01-19 23:24:35 +00:00