This is an archive of the discontinued LLVM Phabricator instance.

[libcxx] [cmake] Add asm to the runtimes build languages
ClosedPublic

Authored by mstorsjo on Feb 24 2021, 9:45 AM.

Details

Reviewers
ldionne
Group Reviewers
Restricted Project
Commits
rG72fe14d40a52: [libcxx] [cmake] Add asm to the runtimes build languages
Summary

This fixes building libunwind with a new enough version of cmake.

(libunwind treats its asm sources as C depending on the cmake version on some platforms; this fixes builds when such workarounds aren't used, when cmake treats asm correctly on its own.)

Diff Detail

Event Timeline

mstorsjo created this revision.Feb 24 2021, 9:45 AM
mstorsjo requested review of this revision.Feb 24 2021, 9:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 24 2021, 9:45 AM
Herald added a reviewer: Restricted Project. · View Herald Transcript
ldionne accepted this revision.Feb 25 2021, 11:27 AM

Note that this "runtimes" build should really be replaced by the real runtimes build under <monorepo>/runtimes. This was only a stop-gap to get stuff working at some point.

This revision is now accepted and ready to land.Feb 25 2021, 11:27 AM
This revision was automatically updated to reflect the committed changes.