jgreenhalgh added inline comments.
Comment at: llvm/lib/Target/AArch64/AArch64.td:1087
FeatureNEON,
+ FeatureOutlineAtomics,
FeaturePerfMon,
t.p.northover wrote:
> ilinpv wrote:
> > t.p.northover wro
t.p.northover added inline comments.
Comment at: llvm/lib/Target/AArch64/AArch64.td:1087
FeatureNEON,
+ FeatureOutlineAtomics,
FeaturePerfMon,
ilinpv wrote:
> t.p.northover wrote:
> > I think this st
ilinpv marked 2 inline comments as done.
ilinpv added inline comments.
Comment at: llvm/lib/Target/AArch64/AArch64.td:1087
FeatureNEON,
+ FeatureOutlineAtomics,
FeaturePerfMon,
t.p.northover wrote:
>
ilinpv updated this revision to Diff 316471.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D93585/new/
https://reviews.llvm.org/D93585
Files:
clang/include/clang/Driver/ToolChain.h
clang/lib/Driver/ToolChains/Clang.cpp
clang/lib/Driver/ToolChai
t.p.northover added inline comments.
Comment at: clang/include/clang/Driver/ToolChain.h:460
+ /// Test whether this toolchain supports outline atomics by default.
+ virtual bool IsOADefault(const llvm::opt::ArgList &Args) const {
+return false;
This is a pr
ilinpv updated this revision to Diff 315613.
ilinpv edited the summary of this revision.
ilinpv added a comment.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
RT library detection and check for outline atomics support added to the driver.
Repository:
rG LLVM Github Mon