[PATCH] D147365: [HIPSPV] Remove useIntegratedAs. NFC
Brad Smith via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Mar 31 17:44:38 PDT 2023
brad created this revision.
brad added reviewers: jhuber6, ronlieb.
brad added a project: clang.
Herald added a subscriber: yaxunl.
Herald added a project: All.
brad requested review of this revision.
Herald added subscribers: cfe-commits, MaskRay.
useIntegratedAs() is enabled if IsIntegratedAssemblerDefault() is enabled.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D147365
Files:
clang/lib/Driver/ToolChains/HIPSPV.h
Index: clang/lib/Driver/ToolChains/HIPSPV.h
===================================================================
--- clang/lib/Driver/ToolChains/HIPSPV.h
+++ clang/lib/Driver/ToolChains/HIPSPV.h
@@ -81,7 +81,6 @@
const llvm::opt::ArgList &Args) const override;
bool IsIntegratedAssemblerDefault() const override { return true; }
bool IsMathErrnoDefault() const override { return false; }
- bool useIntegratedAs() const override { return true; }
bool isCrossCompiling() const override { return true; }
bool isPICDefault() const override { return false; }
bool isPIEDefault(const llvm::opt::ArgList &Args) const override {
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D147365.510156.patch
Type: text/x-patch
Size: 664 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20230401/0e90af38/attachment.bin>
More information about the cfe-commits
mailing list