Anastasia added a comment.

In https://reviews.llvm.org/D54253#1300827, @AlexeySachkov wrote:

> I'm running OpenCL on an x886 and everything is fine, but there are a lot of 
> build bots which build different targets on different architectures. Since 
> there are no `target` option specified, `c-index-test` uses native target.
>
> I just realized: may be it is better to add something like `// REQUIRES: x86` 
> to the test?


Yes, it's the same for clang actually. We are solving this by adding `-triple` 
explicitly, alternatively `REQUIRES` will work too.


Repository:
  rC Clang

https://reviews.llvm.org/D54253



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to