[PATCH] D47606: [compiler-rt] [builtins] Don't build __atomic_load etc. by default.
Louis Dionne via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 15 06:54:19 PDT 2021
ldionne added a comment.
In other words, it appears that this commit turned a "code behaves incorrectly at runtime" error into a "code won't link" error. I guess it's somewhat better... but we should really figure out how to both provide the functionality *and* have it behave correctly.
Repository:
rCRT Compiler Runtime
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D47606/new/
https://reviews.llvm.org/D47606
More information about the llvm-commits
mailing list