This is an archive of the discontinued LLVM Phabricator instance.

[compiler-rt][CMake] Fix PowerPC runtime build
ClosedPublic

Authored by jsji on May 15 2020, 3:01 PM.

Details

Reviewers
beanz
phosek
Hahnfeld
Group Reviewers
Restricted Project
Commits
rG3f5f8f39734e: [compiler-rt][CMake] Fix PowerPC runtime build
Summary

When build in runtime bulid mode with LLVM_ENABLE_RUNTIMES,
the base-config-ix.cmake will complain about two errors.

One is empty string in replace, the other one is unknown TEST_BIG_ENDIAN command.

This patch fix it so that we can test runtime build.

Diff Detail

Event Timeline

jsji created this revision.May 15 2020, 3:01 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 15 2020, 3:01 PM
Herald added subscribers: Restricted Project, shchenz, mgorny and 2 others. · View Herald Transcript
jsji edited the summary of this revision. (Show Details)May 15 2020, 3:02 PM
jsji retitled this revision from [compiler-rt] Fix PowerPC runtime build to [compiler-rt][CMake] Fix PowerPC runtime build.May 15 2020, 3:02 PM
Hahnfeld resigned from this revision.May 18 2020, 5:56 AM
Hahnfeld added a reviewer: phosek.
Hahnfeld added a subscriber: phosek.

I don't feel comfortable reviewing this change, maybe @phosek can take a look.

phosek accepted this revision.May 18 2020, 10:38 AM

LGTM

This revision is now accepted and ready to land.May 18 2020, 10:38 AM
This revision was automatically updated to reflect the committed changes.