This is an archive of the discontinued LLVM Phabricator instance.

[ORC][SimpleRemoteEPC] Fix android build error.
AbandonedPublic

Authored by sunho on Aug 1 2022, 4:40 PM.

Details

Reviewers
lhames
sgraenitz
Summary

Fixes android build error. The compiler seems to be not capable of dealing with double macro expansion in this piece of code.

https://github.com/llvm/llvm-project/issues/56867

Diff Detail

Event Timeline

sunho created this revision.Aug 1 2022, 4:40 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 1 2022, 4:40 PM
sunho requested review of this revision.Aug 1 2022, 4:40 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 1 2022, 4:40 PM
sunho abandoned this revision.Aug 8 2022, 7:27 AM

Fixed by sgraenitz using proper way!