LLVM Bugzilla is read-only and represents the historical archive of all LLVM issues filled before November 26, 2021. Use github to submit LLVM bugs

Bug 44563 - Need to revert 23058f9dd4d7e18239fd63b6da52549514b45fda to fix Cuda
Summary: Need to revert 23058f9dd4d7e18239fd63b6da52549514b45fda to fix Cuda
Status: RESOLVED FIXED
Alias: None
Product: OpenMP
Classification: Unclassified
Component: Clang Compiler Support (show other bugs)
Version: unspecified
Hardware: PC All
: P release blocker
Assignee: Unassigned Clang Bugs
URL:
Keywords:
Depends on:
Blocks: release-10.0.0
  Show dependency tree
 
Reported: 2020-01-15 20:53 PST by Alexey Bataev
Modified: 2020-01-17 01:34 PST (History)
3 users (show)

See Also:
Fixed By Commit(s):


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Bataev 2020-01-15 20:53:37 PST
Commit 23058f9dd4d7e18239fd63b6da52549514b45fda needs to be reverted to fix Cuda with RTTI support.
Comment 1 David Blaikie 2020-01-15 22:54:16 PST
Bugs might not be the best way to communicate the need for a revert - replying to the original commit (& cc'ing any relevant parties - the author, code owners, reviewrs, etc) and/or review thread might get you more traction.
Comment 2 Alexey Bataev 2020-01-15 23:10:01 PST
(In reply to David Blaikie from comment #1)
> Bugs might not be the best way to communicate the need for a revert -
> replying to the original commit (& cc'ing any relevant parties - the author,
> code owners, reviewrs, etc) and/or review thread might get you more traction.

It is reverteв in trunk already, need to revert in 10 branch too.
Comment 3 Hans Wennborg 2020-01-17 01:34:49 PST
The revert (6b29aa2) has been cherry-picked to 10.x in 572c7f6fe7b55ce5f7591fb7a445dea27329074a. Thanks!