Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fix objective-c ptrauth tests#149218

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
ojhunt wants to merge10,000 commits intollvm:main
base:main
Choose a base branch
Loading
fromswiftlang:users/ojhunt/objc-ptrauth-test-fix

Conversation

ojhunt
Copy link
Contributor

No description provided.

git apple-llvm automerger added30 commitsJuly 14, 2025 09:41
git apple-llvm automergerand others added22 commitsJuly 15, 2025 10:40
After changes inllvm#145793./home/david.spickett/llvm-project/lldb/source/Plugins/Disassembler/LLVMC/DisassemblerLLVMC.cpp:1360:49: error: non-const lvalue reference to type 'uint64_t' (aka 'unsigned long long') cannot bind to a value of unrelated type 'size_t' (aka 'unsigned int') 1360 |   status = m_disasm_up->getInstruction(mc_inst, size, data, pc, llvm::nulls());      |                                                 ^~~~/home/david.spickett/llvm-project/llvm/include/llvm/MC/MCDisassembler/MCDisassembler.h:135:64: note: passing argument to parameter 'Size' here  135 |   virtual DecodeStatus getInstruction(MCInst &Instr, uint64_t &Size,      |                                                                ^1 error generated.The type used in the LLVM method we call is uin64_t so use that instead.It's overkill for what it is, but that's a separate issue if anyone cares.Also removed the unused form of GetMCInst.(cherry picked from commita64bfd8)
 Conflicts:clang/lib/Analysis/UnsafeBufferUsage.cpp
…afety attributes are emitted in diagnostics (#10993)A recent auto-merged change from upstreamd9ef62aseemed to remove the special handling on how macro-defined bounds-safetyattributes are emitted in diagnostics. Adding the specialization for nowto fix the test failure. The task to clean up the special handling ofthe macro defined attributes is tracked separately.This fixes test failures in  Clang :: BoundsSafety/Sema/attributes_in_template_decls_attr_only_mode.cpp  Clang :: BoundsSafety/Sema/complex-typespecs-with-bounds.c  Clang :: BoundsSafety/Sema/terminated-by-attr.c  Clang :: BoundsSafety/Sema/unsafe-late-const.crdar://155652853
Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers

@cyndyishidacyndyishidaAwaiting requested review from cyndyishidacyndyishida is a code owner

@aaupovaaupovAwaiting requested review from aaupovaaupov is a code owner

@maksfbmaksfbAwaiting requested review from maksfbmaksfb is a code owner

@rafaelaulerrafaelaulerAwaiting requested review from rafaelaulerrafaelauler is a code owner

@ayermoloayermoloAwaiting requested review from ayermoloayermolo is a code owner

@yota9yota9Awaiting requested review from yota9yota9 is a code owner

@paschalis-mpeispaschalis-mpeisAwaiting requested review from paschalis-mpeispaschalis-mpeis is a code owner

@JDevlieghereJDevlieghereAwaiting requested review from JDevlieghereJDevlieghere is a code owner

Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

9 participants
@ojhunt@AnthonyLatsis@Michael137@egorzhdan@qiongsiwu@jimingham@DavidSpickett@ziqingluo-90@rapidsna

[8]ページ先頭

©2009-2025 Movatter.jp