[llvm] d1b775d - Fix a dead link in the docs

Aaron Ballman via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 25 12:09:20 PST 2023


Author: Aaron Ballman
Date: 2023-01-25T15:09:11-05:00
New Revision: d1b775d6f561df7c251f38579d3bcf8714904a86

URL: https://github.com/llvm/llvm-project/commit/d1b775d6f561df7c251f38579d3bcf8714904a86
DIFF: https://github.com/llvm/llvm-project/commit/d1b775d6f561df7c251f38579d3bcf8714904a86.diff

LOG: 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

Added: 
    

Modified: 
    llvm/docs/CompilerWriterInfo.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/CompilerWriterInfo.rst b/llvm/docs/CompilerWriterInfo.rst
index b2a873d9ffcf..8b70dcb8b400 100644
--- a/llvm/docs/CompilerWriterInfo.rst
+++ b/llvm/docs/CompilerWriterInfo.rst
@@ -206,7 +206,8 @@ SPIR-V
 Miscellaneous Resources
 =======================
 
-* `Executable File Format library <http://www.nondot.org/sabre/os/articles/ExecutableFileFormats/>`_
+* `Executable File Formats <https://wiki.osdev.org/Category:Executable_Formats>`_
+  has a list of various executable file formats.
 
 * `GCC prefetch project <http://gcc.gnu.org/projects/prefetch.html>`_ page has a
   good survey of the prefetching capabilities of a variety of modern


        


More information about the llvm-commits mailing list