This is an archive of the discontinued LLVM Phabricator instance.

[flang] Add Clang CMake modules path for Decimal library
ClosedPublic

Authored by jpenix-quic on Apr 26 2023, 11:26 AM.

Details

Summary

This fixes an error that clang_target_link_libraries is unknown
when building the Decimal library standalone--this is the same
as D149090, just for the Decimal library (vs the runtime).

I was still seeing this error for the Decimal library and didn't
see a corresponding patch--apologies in advance if I missed one
or if this is a duplicate!

Diff Detail

Event Timeline

jpenix-quic created this revision.Apr 26 2023, 11:26 AM
Herald added a project: Restricted Project. · View Herald Transcript
jpenix-quic requested review of this revision.Apr 26 2023, 11:26 AM
vzakhari accepted this revision.Apr 26 2023, 11:34 AM

Thank you for the fix!

This revision is now accepted and ready to land.Apr 26 2023, 11:34 AM

No problem, thank you for the review and for the original runtime fix!