-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2405 from RossBrunton/ross/cfiblocklist
Add sanitizer ignorelist for cfi
- Loading branch information
Showing
4 changed files
with
16 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
[cfi-unrelated-cast] | ||
# std::_Sp_counted_ptr_inplace::_Sp_counted_ptr_inplace() (libstdc++). | ||
# This ctor is used by std::make_shared and needs to cast to uninitialized T* | ||
# in order to call std::allocator_traits<T>::construct. | ||
# See: https://github.com/llvm/llvm-project/blob/main/compiler-rt/lib/cfi/cfi_ignorelist.txt | ||
fun:_ZNSt23_Sp_counted_ptr_inplace* |
11 changes: 0 additions & 11 deletions
11
test/conformance/exp_command_buffer/exp_command_buffer_adapter_cuda.match
This file was deleted.
Oops, something went wrong.
10 changes: 0 additions & 10 deletions
10
test/conformance/exp_command_buffer/exp_command_buffer_adapter_hip.match
This file was deleted.
Oops, something went wrong.