mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-24 20:06:04 +00:00

A recent commit (23d7a6cedb519853508) introduced a dependency on libLLVMMC.so. This is to handle the `-print-supported-cpus` option which uses `llvm/MC/SubtargetInfo`. It requires libLLVMMC to be linked into the flang-driver which the previous commit did not do. This fixes that issue.