[PATCH] D43382: Xray instrumentation / enabling more tests

Ed Maste via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 21 06:05:03 PST 2018


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





More information about the llvm-commits mailing list