This is an archive of the discontinued LLVM Phabricator instance.

[clang-repl] Better match the underlying architecture.
ClosedPublic

Authored by v.g.vassilev on May 18 2021, 6:41 AM.

Details

Summary

In cases where -fno-integrated-as is specified we should overwrite the EmitAssembly action as well.

We also should rely on the target triple from the process at least until we implement out-of-process execution.

This patch should improve clang-repl on AIX.

Discussion available at: https://reviews.llvm.org/D96033

Diff Detail

Event Timeline

v.g.vassilev requested review of this revision.May 18 2021, 6:41 AM
v.g.vassilev created this revision.
This revision is now accepted and ready to land.May 18 2021, 7:33 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 18 2021, 12:14 PM