[PATCH] D102756: [clang-repl] Tell the LLJIT the exact target triple we use.

2021-06-27 Thread Vassil Vassilev via Phabricator via cfe-commits
v.g.vassilev closed this revision. v.g.vassilev added a comment. Landed in 49f9532165f0cc0485a7da84662ebf63d155652c Repository: rC Clang CHANGES SINCE LAST ACTION https://reviews.llvm.org/D102756/new/ https://reviews.ll

[PATCH] D102756: [clang-repl] Tell the LLJIT the exact target triple we use.

2021-05-20 Thread Lang Hames via Phabricator via cfe-commits
lhames accepted this revision. lhames added a comment. This revision is now accepted and ready to land. LGTM. :) Repository: rC Clang CHANGES SINCE LAST ACTION https://reviews.llvm.org/D102756/new/ https://reviews.llvm.org/D102756 ___ cfe-commit

[PATCH] D102756: [clang-repl] Tell the LLJIT the exact target triple we use.

2021-05-19 Thread Vassil Vassilev via Phabricator via cfe-commits
v.g.vassilev created this revision. v.g.vassilev added reviewers: hubert.reinterpretcast, lhames, uweigand. v.g.vassilev requested review of this revision. Some systems use a different data layout. For instance, s390x the layout of machines with vector registers is different from the ones without