summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/lang/c/shared_lib
diff options
context:
space:
mode:
authorAaron Smith <aaron.smith@microsoft.com>2018-02-08 23:10:29 +0000
committerAaron Smith <aaron.smith@microsoft.com>2018-02-08 23:10:29 +0000
commit30d7309f6d529f06c5a7674654adb15f20deaa19 (patch)
treebf083af18e650cc45f4c81610aec4b5d000adb62 /lldb/packages/Python/lldbsuite/test/lang/c/shared_lib
parent87e1c4c8de6d30509dfeac4bbc2ac95748bd7461 (diff)
downloadbcm5719-llvm-30d7309f6d529f06c5a7674654adb15f20deaa19.tar.gz
bcm5719-llvm-30d7309f6d529f06c5a7674654adb15f20deaa19.zip
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
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/lang/c/shared_lib')
-rw-r--r--lldb/packages/Python/lldbsuite/test/lang/c/shared_lib/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/lang/c/shared_lib/Makefile b/lldb/packages/Python/lldbsuite/test/lang/c/shared_lib/Makefile
index 854002e6470..35d712c3f17 100644
--- a/lldb/packages/Python/lldbsuite/test/lang/c/shared_lib/Makefile
+++ b/lldb/packages/Python/lldbsuite/test/lang/c/shared_lib/Makefile
@@ -3,6 +3,5 @@ LEVEL = ../../../make
DYLIB_NAME := foo
DYLIB_C_SOURCES := foo.c
C_SOURCES := main.c
-CFLAGS_EXTRAS += -fPIC
include $(LEVEL)/Makefile.rules
OpenPOWER on IntegriCloud