[PATCH] D19484: [OpenCL] Add supported OpenCL extensions to target info.

Jun Bum Lim via cfe-commits cfe-commits at lists.llvm.org
Fri May 13 10:10:04 PDT 2016


junbuml added a subscriber: junbuml.
junbuml added a comment.

In current trunk, I got build error :

  llvm/tools/clang/lib/Basic/Targets.cpp:2090:9: error: 'setSupportedOpenCLOpts' overrides a member function but is not marked 'override' [-Werror,-Winconsistent-missing-override]
   void setSupportedOpenCLOpts() {

Can you revert this change if this error is related with this change ?


Repository:
  rL LLVM

http://reviews.llvm.org/D19484





More information about the cfe-commits mailing list