Commit graph

5 commits

Author SHA1 Message Date
Johan Engelen
da3e45f330
Fix loading pass plugins while using the new passmanager. (LLVM >= 14) (#4254) 2022-11-12 11:58:51 +01:00
Martin Kinkelin
fbfbdf3503 Hide command-line options leaking from LLVM 9 2019-10-27 00:12:13 +02:00
Martin Kinkelin
4a23399236 Aim for consistent #includes (order + dir prefix)
I surely missed a few.
2018-10-20 16:19:46 +02:00
Martin Kinkelin
7776c4081b Upgrade frontend & libs to v2.083.0-beta.1 2018-10-20 16:19:46 +02:00
Johan Engelen
16ecb3e79f
Add LLVM-pass plugin support to LDC. Commandline flag: -plugin=.... (#2554)
This adds functionality to load plugins such as the AFL llvm-mode plugin: https://github.com/mirrorer/afl/blob/master/llvm_mode/afl-llvm-pass.so.cc
Note that such plugins developed for Clang should also work for LDC !
2018-02-13 20:22:48 +01:00