Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[flang][Driver] Add correct libraries to driver
A recent commit (23d7a6c) 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.
- Loading branch information