Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Provide anchor for compiler extensions | Serge Guelton | 2020-06-25 | 1 | -0/+15 |
| | |||||
* | Update compiler extension integration into the build system | serge-sans-paille | 2020-06-17 | 3 | -0/+24 |
The approach here is to create a new (empty) component, `Extensions', where all statically compiled extensions dynamically register their dependencies. That way we're more natively compatible with LLVMBuild and llvm-config. Fixes: https://bugs.llvm.org/show_bug.cgi?id=44870 Differential Revision: https://reviews.llvm.org/D78192 (cherry picked from commit 8f766e382b77eef3102798b49e087d1e4804b984) |