aboutsummaryrefslogtreecommitdiffstats
path: root/etc/PROBLEMS
diff options
context:
space:
mode:
Diffstat (limited to 'etc/PROBLEMS')
-rw-r--r--etc/PROBLEMS14
1 files changed, 14 insertions, 0 deletions
diff --git a/etc/PROBLEMS b/etc/PROBLEMS
index cf025ce4b9e..6ea699384f1 100644
--- a/etc/PROBLEMS
+++ b/etc/PROBLEMS
@@ -836,6 +836,20 @@ you want to use fcitx with Emacs, you have two choices. Toggle fcitx
836by another key (e.g. C-\) by modifying ~/.fcitx/config, or be 836by another key (e.g. C-\) by modifying ~/.fcitx/config, or be
837accustomed to use C-@ for `set-mark-command'. 837accustomed to use C-@ for `set-mark-command'.
838 838
839*** Link-time optimization with clang doesn't work on Fedora 20.
840
841As of May 2014, Fedora 20 has broken LLVMgold.so plugin support in clang
842(tested with clang-3.4-6.fc20) - `clang --print-file-name=LLVMgold.so'
843prints `LLVMgold.so' instead of full path to plugin shared library, and
844`clang -flto' is unable to find the plugin with the following error:
845
846/bin/ld: error: /usr/bin/../lib/LLVMgold.so: could not load plugin library:
847/usr/bin/../lib/LLVMgold.so: cannot open shared object file: No such file
848or directory
849
850The only way to avoid this is to build your own clang from source code
851repositories, as described at http://clang.llvm.org/get_started.html.
852
839*** M-SPC seems to be ignored as input. 853*** M-SPC seems to be ignored as input.
840 854
841See if your X server is set up to use this as a command 855See if your X server is set up to use this as a command