summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Extensions/Extensions.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Provide anchor for compiler extensionsSerge Guelton2020-06-251-0/+15
|
* Update compiler extension integration into the build systemserge-sans-paille2020-06-171-0/+0
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)
OpenPOWER on IntegriCloud