-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update version number and branch names for ocl-open-130 branch #273
Conversation
Signed-off-by: Haonan Yang <haonan.yang@intel.com>
Verified locally, clang, llvm-spirv and opencl-clang tests passed, there are no new failures. |
@@ -178,7 +178,6 @@ std::string EffectiveOptionsFilter::processOptions(const OpenCLArgList &args, | |||
effectiveArgs.push_back("-cl-kernel-arg-info"); | |||
effectiveArgs.push_back("-fno-validate-pch"); | |||
effectiveArgs.push_back("-fno-caret-diagnostics"); | |||
effectiveArgs.push_back("-dwarf-column-info"); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is this line removed?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
https://reviews.llvm.org/rGb0b5162fc23c55906a461366f8acef2431d951c5, the -dwarf-column-info flag is no longer available.
branch 11 and 12 have same changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ok. we need to remove it from master branch as well.
Signed-off-by: Haonan Yang <haonan.yang@intel.com>
Add the patchset to the recipe from intel/opencl-clang#273 Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
Add the patchset to the recipe from intel/opencl-clang#273 Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
Add the patchset to the recipe from intel/opencl-clang#273 Signed-off-by: Zoltán Böszörményi <zboszor@gmail.com>
Signed-off-by: Haonan Yang haonan.yang@intel.com