[llvm-branch-commits] [SPARC][IAS] Add IAS flag handling for ISA levels (PR #125151)

Fangrui Song via llvm-branch-commits llvm-branch-commits at lists.llvm.org
Fri Feb 7 21:39:19 PST 2025


================
@@ -2842,6 +2868,12 @@ static void CollectArgsForIntegratedAssembler(Compilation &C,
     CmdArgs.push_back("-target-feature");
     CmdArgs.push_back(MipsTargetFeature);
   }
+  if (!SparcTargetFeatures.empty()) {
----------------
MaskRay wrote:

`if` can be dropped

https://github.com/llvm/llvm-project/pull/125151


More information about the llvm-branch-commits mailing list