From a6a0f12942b3008fb51a3ea71b2fee0dba11245d Mon Sep 17 00:00:00 2001 From: Benjamin Kramer Date: Mon, 4 Aug 2014 09:26:40 +0000 Subject: [PATCH] Update links to the gcc and java documentation that 404'd. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@214700 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/Atomics.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/Atomics.rst b/docs/Atomics.rst index 5f17c6154f3..05234ef7c24 100644 --- a/docs/Atomics.rst +++ b/docs/Atomics.rst @@ -24,10 +24,10 @@ optimized code generation for the following: * Proper semantics for Java-style memory, for both ``volatile`` and regular shared variables. (`Java Specification - `_) + `_) * gcc-compatible ``__sync_*`` builtins. (`Description - `_) + `_) * Other scenarios with atomic semantics, including ``static`` variables with non-trivial constructors in C++. -- 2.34.1