Revert "[libc++] Do not force building with -fPIC"
authorEric Fiselier <eric@efcs.ca>
Fri, 8 Mar 2019 23:27:46 +0000 (23:27 +0000)
committerEric Fiselier <eric@efcs.ca>
Fri, 8 Mar 2019 23:27:46 +0000 (23:27 +0000)
commit9dd9495a35e97b4bc5630879b1961871cbfc3ebd
treeffdf095e103d3c3648259c301c12e676148bc28c
parent0e1586c4fb108a13478a8d7e3610bb211600562c
Revert "[libc++] Do not force building with -fPIC"

This reverts commit r355764.

CMake does not turn -fPIC on for us by default. so this patch breaks
standalone builds. The only reason it hasn't broken any bots is because
LLVM turns on and specifies '-fPIC' for us.

llvm-svn: 355756
libcxx/lib/CMakeLists.txt