Fangrui Song
Fangrui Song
A customization variable for source file blacklist. For those paths, do not call `cmake-ide--locate-cmakelists` automatically. ```elisp ;;;###autoload (defun cmake-ide-maybe-run-cmake () "Run CMake if the compilation database JSON file is not...
为了方便,我使用`~/.config/systemd/user/mojo-webqq.service`在桌面会话里自动启动 ``` systemd [Unit] Description=Mojo-WebQQ Documentation=https://github.com/sjdy521/Mojo-Webqq [Service] Environment=PERL5LIB=/home/ray/Dev/Chat/Mojo-Webqq/lib:/home/ray/perl5/lib/perl5 ExecStart=/usr/bin/perl -MMojo::Webqq -e 'Mojo::Webqq->new(qq=>xxxxxxxxx)->login->load("ShowMsg")->load("IRCShell",data=>{listen=>[{host=>"127.0.0.1",port=>6668}], load_friend=>1})->run()' [Install] WantedBy=graphical.target ``` 或者采用其他常驻的方式,服务器登录时扫码不如在客户端连接后在“#我的好友”频道发送二维码链接方便
Using LLVM's legacy PM for optimization pipeline was [deprecated in 13.0.0](https://releases.llvm.org/13.0.0/docs/ReleaseNotes.html#changes-to-the-llvm-ir) and the relevant functionality was scheduled to be removed after 14.0.0 (got delayed). The legacy PM for code generation...
Using LLVM's legacy PM for optimization pipeline was [deprecated in 13.0.0](https://releases.llvm.org/13.0.0/docs/ReleaseNotes.html#changes-to-the-llvm-ir) and the relevant functionality was scheduled to be removed after 14.0.0 (got delayed). The legacy PM for code generation...
I maintain lld/ELF nowadays. Sorry for your inconvenience but for the benefit of better garbage collection for metadata sections (PGO/sanitizer and more future instrumentation), I changed a garbage collection rule...
In llvm-project, the backend code generating generally has worse tooling than middle-end IR optimization. In the middle-end, we have `opt -passes=` to run a custom pipeline (usually a specific pass)....
As of Clang 14.0.0, compiling zlib with -Wstrict-prototypes is warning free. The next Clang release 15.0.0 will include https://reviews.llvm.org/D122895 which has improved diagnostics. Notably: the new `-Wdeprecated-non-prototype` is enabled by...
Per @xen0n on https://github.com/loongson/LoongArch-Documentation/pull/3#issuecomment-894672071 > Plus it seems there's a stack machine implemented with relocation records. I think this is bad for these reasons: > > Fragility could ensue due...
I have created https://github.com/vim/vim/pull/1777 to merge the two separate changes to `cabal.vim` v1.3 . What's your opinion on making the change upstreamed to benefit more users?
See https://maskray.me/blog/2021-01-31-metadata-sections-comdat-and-shf-link-order GNU ld and gold have a behavior that a `__start_`/`__stop_` reference from a live input section retains all related C identifier name sections. This is the `-z nostart-stop-gc`...