From d1b775d6f561df7c251f38579d3bcf8714904a86 Mon Sep 17 00:00:00 2001 From: Aaron Ballman Date: Wed, 25 Jan 2023 15:07:14 -0500 Subject: [PATCH] Fix a dead link in the docs The link used to go to a page on Chris Lattner's site that has been gone since at least 2015. Replaced the link with one that has similar information to what Chris had. Fixes #60238 --- llvm/docs/CompilerWriterInfo.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/llvm/docs/CompilerWriterInfo.rst b/llvm/docs/CompilerWriterInfo.rst index b2a873d..8b70dcb8 100644 --- a/llvm/docs/CompilerWriterInfo.rst +++ b/llvm/docs/CompilerWriterInfo.rst @@ -206,7 +206,8 @@ SPIR-V Miscellaneous Resources ======================= -* `Executable File Format library `_ +* `Executable File Formats `_ + has a list of various executable file formats. * `GCC prefetch project `_ page has a good survey of the prefetching capabilities of a variety of modern -- 2.7.4