Clang trunk removed its support in https://github.com/llvm/llvm-project/pull/72578 and we were only using it because clang < 5 didn't support -no-pie. We don't support those versions anymore, so we can use -no-pie unconditionally now. Differential Revision: https://phabricator.services.mozilla.com/D195061