[PATCH] D12454: Better lit.cfg "native" detection
NAKAMURA Takumi via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 31 17:21:45 PDT 2015
chapuni added a comment.
Excuse me to confuse you.
AFAIK, "Most of JIT tests would fail with different target triple".
I have no idea whether would be cleaner,
- Rollback using host triple into target triple in JIT, and let JIT fail with inappropriate target.
- Tweak JIT and around to run with host triple as target. I guess some part would depend on target_triple.
I'd dig around it when I have time.
Repository:
rL LLVM
http://reviews.llvm.org/D12454
More information about the llvm-commits
mailing list