-
Notifications
You must be signed in to change notification settings - Fork 85
Update version number and branch names for ocl-open-130 branch #273
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
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -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"); | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. why is this line removed?
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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.
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. ok. we need to remove it from master branch as well. |
||
|
|
||
| if (std::find_if(effectiveArgs.begin(), effectiveArgs.end(), | ||
| [](const ArgsVector::value_type& a) { | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.