summaryrefslogtreecommitdiffstats
path: root/llvm/docs
diff options
context:
space:
mode:
authorMitch Phillips <mitchphillips@outlook.com>2019-03-06 19:17:18 +0000
committerMitch Phillips <mitchphillips@outlook.com>2019-03-06 19:17:18 +0000
commit318028f00f3fe7d90f61a19ee3d8aee98838736e (patch)
tree10176855adcaabb563ae59c846f6f6987b014263 /llvm/docs
parent8f7cfecfbfe73198f5419f13f0150d7102df97ef (diff)
downloadbcm5719-llvm-318028f00f3fe7d90f61a19ee3d8aee98838736e.tar.gz
bcm5719-llvm-318028f00f3fe7d90f61a19ee3d8aee98838736e.zip
Revert "[IR][ARM] Add function pointer alignment to datalayout"
This reverts commit 2391bfca97290181ae65796ea6da135d1b6d037b. This reverts rL355522 (https://reviews.llvm.org/D57335). Kills buildbots that use '-Werror' with the following error: /var/lib/buildbot/sanitizer-buildbot6/sanitizer-x86_64-linux-android/build/llvm/lib/IR/Value.cpp:657:7: error: default label in switch which covers all enumeration values [-Werror,-Wcovered-switch-default] See buildbots http://lab.llvm.org:8011/builders/sanitizer-x86_64-linux-fast/builds/30200/steps/check-llvm%20asan/logs/stdio for more information. llvm-svn: 355537
Diffstat (limited to 'llvm/docs')
-rw-r--r--llvm/docs/LangRef.rst8
1 files changed, 0 insertions, 8 deletions
diff --git a/llvm/docs/LangRef.rst b/llvm/docs/LangRef.rst
index 261d1d47d20..86972acf6ad 100644
--- a/llvm/docs/LangRef.rst
+++ b/llvm/docs/LangRef.rst
@@ -2004,14 +2004,6 @@ as follows:
targets.
``a:<abi>:<pref>``
This specifies the alignment for an object of aggregate type.
-``F<type><abi>``
- This specifies the alignment for function pointers.
- The options for ``<type>`` are:
-
- * ``i``: The alignment of function pointers is independent of the alignment
- of functions, and is a multiple of ``<abi>``.
- * ``n``: The alignment of function pointers is a multiple of the explicit
- alignment specified on the function, and is a multiple of ``<abi>``.
``m:<mangling>``
If present, specifies that llvm names are mangled in the output. Symbols
prefixed with the mangling escape character ``\01`` are passed through
OpenPOWER on IntegriCloud