emaste added inline comments. ================ Comment at: test/xray/lit.cfg:29-30 +if host_arch == 'amd64': + host_arch = 'x86_64' + ---------------- This should still go above (i.e., at line 22) https://reviews.llvm.org/D43382