emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

emacs-28 0d6b2b0: ; * etc/PROBLEMS: Move entry about LLVM plugin to the


From: Eli Zaretskii
Subject: emacs-28 0d6b2b0: ; * etc/PROBLEMS: Move entry about LLVM plugin to the right section.
Date: Sat, 6 Nov 2021 08:24:05 -0400 (EDT)

branch: emacs-28
commit 0d6b2b0b9dcb958193f21bd5bd3bd389a42b3de2
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * etc/PROBLEMS: Move entry about LLVM plugin to the right section.
---
 etc/PROBLEMS | 28 ++++++++++++++--------------
 1 file changed, 14 insertions(+), 14 deletions(-)

diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index 2c58546..bb5f3b7 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -1133,20 +1133,6 @@ you want to use fcitx with Emacs, you have two choices.  
Toggle fcitx
 by another key (e.g. C-\) by modifying ~/.fcitx/config, or be
 accustomed to use C-@ for 'set-mark-command'.
 
-*** Link-time optimization with clang doesn't work on Fedora 20.
-
-As of May 2014, Fedora 20 has broken LLVMgold.so plugin support in clang
-(tested with clang-3.4-6.fc20) - 'clang --print-file-name=LLVMgold.so'
-prints 'LLVMgold.so' instead of full path to plugin shared library, and
-'clang -flto' is unable to find the plugin with the following error:
-
-/bin/ld: error: /usr/bin/../lib/LLVMgold.so: could not load plugin library:
-/usr/bin/../lib/LLVMgold.so: cannot open shared object file: No such file
-or directory
-
-The only way to avoid this is to build your own clang from source code
-repositories, as described at http://clang.llvm.org/get_started.html.
-
 *** M-SPC seems to be ignored as input.
 
 See if your X server is set up to use this as a command
@@ -2828,6 +2814,20 @@ above example).
 
 ** Compilation
 
+*** Link-time optimization with clang doesn't work on Fedora 20.
+
+As of May 2014, Fedora 20 has broken LLVMgold.so plugin support in clang
+(tested with clang-3.4-6.fc20) - 'clang --print-file-name=LLVMgold.so'
+prints 'LLVMgold.so' instead of full path to plugin shared library, and
+'clang -flto' is unable to find the plugin with the following error:
+
+/bin/ld: error: /usr/bin/../lib/LLVMgold.so: could not load plugin library:
+/usr/bin/../lib/LLVMgold.so: cannot open shared object file: No such file
+or directory
+
+The only way to avoid this is to build your own clang from source code
+repositories, as described at http://clang.llvm.org/get_started.html.
+
 *** Building Emacs over NFS fails with "Text file busy".
 
 This was reported to happen when building Emacs on a GNU/Linux system



reply via email to

[Prev in Thread] Current Thread [Next in Thread]