Skip to content
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

llvm-upgrade fails to upgrade csretcc calls to functions declared without csretcc #1514

Closed
lattner opened this issue Jan 29, 2007 · 2 comments
Labels
bugzilla Issues migrated from bugzilla compile-fail Use [accepts-invalid] and [rejects-valid] instead llvm-tools All llvm tools that do not have corresponding tag

Comments

@lattner
Copy link
Collaborator

lattner commented Jan 29, 2007

Bugzilla Link 1142
Resolution FIXED
Resolved on Feb 22, 2010 12:52
Version trunk
OS All

Extended Description

$ llvm-upgrade < 2006-10-29-InvokeCrash.ll > /dev/null
llvm-upgrade: :222: error: Reference to an invalid definition:
'_ZNK10QTextFrame11frameFormatEv' of type 'void (sret { { { opaque * }, i32 } } *, { { { i32 (...) * *, { i32 (...)

  • *, \4 *, \4 *, { { { { { i32 }, i32, i32, i32, i8, [1 x i8 *] } * } } }, i8, [3 x i8], i32, i32 } * } } } *) *'
@llvmbot
Copy link
Collaborator

llvmbot commented Jan 29, 2007

Fixed with this patch:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070129/043446.html

This test: test/Transforms/SimplifyCFG/2006-10-29-InvokeCrash.ll now passes.

@llvmbot
Copy link
Collaborator

llvmbot commented Jan 31, 2007

This was fixed yesterday.

@llvmbot llvmbot transferred this issue from llvm/llvm-bugzilla-archive Dec 3, 2021
troelsbjerre pushed a commit to troelsbjerre/llvm-project that referenced this issue Jan 10, 2024
…rd-cwd

[lldb/Reproducers] Always record the current working directory
This issue was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bugzilla Issues migrated from bugzilla compile-fail Use [accepts-invalid] and [rejects-valid] instead llvm-tools All llvm tools that do not have corresponding tag
Projects
None yet
Development

No branches or pull requests

2 participants