We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ae1506 commit c4c56a0Copy full SHA for c4c56a0
llvm/include/llvm/IR/RuntimeLibcalls.td
@@ -1061,10 +1061,6 @@ defvar DefaultRuntimeLibcallImpls =
1061
DefaultRuntimeLibcallImpls_f80),
1062
DefaultRuntimeLibcallImpls_ppcf128);
1063
1064
-defvar DefaultRuntimeLibcallImpls_atomic =
1065
- !filter(entry, DefaultRuntimeLibcallImpls,
1066
- !match(!cast<string>(entry.Provides), "ATOMIC"));
1067
-
1068
/// Default set of libcall impls for 32-bit architectures.
1069
defvar DefaultLibcallImpls32 = DefaultRuntimeLibcallImpls;
1070
0 commit comments