[llvm-branch-commits] [tsan] Don't use `enum __tsan_memory_order` in tsan interface (PR #114724)
Marco Elver via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Nov 4 03:15:01 PST 2024
================
@@ -219,14 +219,14 @@ __extension__ typedef __int128 a128;
// Part of ABI, do not change.
----------------
melver wrote:
Is it still following the ABI - if we do not static_cast it to int, then I don't think this is strictly required to follow ABI.
https://github.com/llvm/llvm-project/pull/114724
More information about the llvm-branch-commits
mailing list