-
Notifications
You must be signed in to change notification settings - Fork 14k
fix more filecheck errors #148860
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
base: main
Are you sure you want to change the base?
fix more filecheck errors #148860
Conversation
|
rustbot has assigned @Mark-Simulacrum. Use |
|
The job Click to see the possible cause of the failure (guessed by this bot) |
|
Hm, I might've seen |
|
Llvm have ton of typos around filecheck tests llvm/llvm-project#94857 (and similar, but prs little stuck); and yes, while it used 2 times in llvm codebase i assume that it's not working as intended: anything that's looks more complicated than |
Fixes few more filecheck issues.
Additionally there two tests: https://github.com/rust-lang/rust/blob/main/tests/codegen-llvm/virtual-function-elimination.rs and https://github.com/rust-lang/rust/blob/main/tests/codegen-llvm/virtual-function-elimination-32bit.rs which uses wrong (not existing) filecheck directive
CHECK-LABEL-NOTthey was added in #96285, so @flip1995