the bitrig drahn_clang_static_pie branch has been created by drahn. it is 0 commits behind master, and 1 commit ahead.
commit 9f0255428d7bd2396bda6147e0d68da159c90496 diff: https://github.com/bitrig/bitrig/commit/9f02554 author: Dale Rahn <[email protected]> date: Mon Sep 28 20:04:43 2015 -0400 Allow cc -static -o tst tst.c to compile pie binary. Even if static is specified, if the target is Bitrig or OpenBSD, pic/pie flags should not be overwritten, this allows pie binaries to be build with source files on the link line. M contrib/llvm/tools/clang/lib/Driver/Tools.cpp
