Skip to content

Commit

Permalink
Remove further OpenBSD/sparc bits
Browse files Browse the repository at this point in the history
  • Loading branch information
brad0 committed Sep 30, 2020
1 parent 1d54e75 commit 6f01c53
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions clang/lib/Driver/ToolChains/CommonArgs.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1057,8 +1057,6 @@ tools::ParsePICArgs(const ToolChain &ToolChain, const ArgList &Args) {
break;

case llvm::Triple::ppc:
case llvm::Triple::sparc:
case llvm::Triple::sparcel:
case llvm::Triple::sparcv9:
IsPICLevelTwo = true; // "-fPIE"
break;
Expand Down

0 comments on commit 6f01c53

Please sign in to comment.