[PATCH] D159398: [AArch64][Clang] Disable outline atomics in freestanding env

Pavel Iliin via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 4 04:26:25 PDT 2023


ilinpv added a comment.

>From what i understand in freestanding environment runtime library is not used and clang driver can detect this situation and set outline atomics off by default ( see ##clang/lib/Driver/ToolChains/Linux.cpp## ##Linux::IsAArch64OutlineAtomicsDefault## -> ##GetRuntimeLibType## )


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D159398/new/

https://reviews.llvm.org/D159398



More information about the cfe-commits mailing list