MaskRay added inline comments.
Comment at: clang/lib/Driver/ToolChains/Gnu.cpp:2958
default:
return getTriple().getVendor() != llvm::Triple::Myriad;
}
MaskRay wrote:
> brad wrote:
> > You might as well remove this.
> Will do!
There is some Myriad remai
This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
MaskRay marked an inline comment as done.
Closed by commit rGaa9d7d1cd0af: [Driver] Remove Myriad.cpp (authored by
MaskRay).
Herald added a project: LLVM.
Herald added
MaskRay marked an inline comment as done.
MaskRay added inline comments.
Comment at: clang/lib/Driver/ToolChains/Gnu.cpp:2958
default:
return getTriple().getVendor() != llvm::Triple::Myriad;
}
brad wrote:
> You might as well remove this.
Will do!
Rep
brad added inline comments.
Comment at: clang/lib/Driver/ToolChains/Gnu.cpp:2958
default:
return getTriple().getVendor() != llvm::Triple::Myriad;
}
You might as well remove this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
http
MaskRay created this revision.
MaskRay added reviewers: brad, jyknight, waltl.
Herald added subscribers: jrtc27, fedor.sergeev.
Herald added a project: All.
MaskRay requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
I am trying to clean up GCC