[PATCH] D54253: [OpenCL][NFC] Improve test coverage of test/Index/opencl-types.cl

Alexey Sachkov via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Nov 15 23:45:15 PST 2018


AlexeySachkov added a comment.

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?


Repository:
  rC Clang

https://reviews.llvm.org/D54253





More information about the cfe-commits mailing list