diff options
Diffstat (limited to 'lld/Common/DriverDispatcher.cpp')
| -rw-r--r-- | lld/Common/DriverDispatcher.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lld/Common/DriverDispatcher.cpp b/lld/Common/DriverDispatcher.cpp index 34f0ed24b3df..7c5f1cd3692e 100644 --- a/lld/Common/DriverDispatcher.cpp +++ b/lld/Common/DriverDispatcher.cpp @@ -45,7 +45,7 @@ static cl::TokenizerCallback getDefaultQuotingStyle() { static bool isPETargetName(StringRef s) { return s == "i386pe" || s == "i386pep" || s == "thumb2pe" || s == "arm64pe" || - s == "arm64ecpe" || s == "arm64xpe"; + s == "arm64ecpe" || s == "arm64xpe" || s == "mipspe"; } static std::optional<bool> isPETarget(llvm::ArrayRef<const char *> args) { |
