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
This commit is contained in:
Aaron Ballman 2023-01-25 15:07:14 -05:00
parent 716469b613
commit d1b775d6f5

View File

@ -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