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

Update the minimum external LLVM to 12 #90175

Merged
merged 4 commits into from
Oct 24, 2021
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
bless the line changes in ui/asm/aarch64/srcloc.rs
  • Loading branch information
cuviper committed Oct 23, 2021
commit 8b1504cfb73894040f8096623e6f9d4559c9eb7f
46 changes: 23 additions & 23 deletions src/test/ui/asm/aarch64/srcloc.stderr
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
error: unrecognized instruction mnemonic
--> $DIR/srcloc.rs:11:15
--> $DIR/srcloc.rs:10:15
|
LL | asm!("invalid_instruction");
| ^
Expand All @@ -11,7 +11,7 @@ LL | invalid_instruction
| ^

error: unrecognized instruction mnemonic
--> $DIR/srcloc.rs:15:13
--> $DIR/srcloc.rs:14:13
|
LL | invalid_instruction
| ^
Expand All @@ -23,7 +23,7 @@ LL | invalid_instruction
| ^

error: unrecognized instruction mnemonic
--> $DIR/srcloc.rs:20:13
--> $DIR/srcloc.rs:19:13
|
LL | invalid_instruction
| ^
Expand All @@ -35,7 +35,7 @@ LL | invalid_instruction
| ^

error: unrecognized instruction mnemonic
--> $DIR/srcloc.rs:26:13
--> $DIR/srcloc.rs:25:13
|
LL | invalid_instruction
| ^
Expand All @@ -47,7 +47,7 @@ LL | invalid_instruction
| ^

error: unrecognized instruction mnemonic
--> $DIR/srcloc.rs:33:13
--> $DIR/srcloc.rs:32:13
|
LL | invalid_instruction
| ^
Expand All @@ -59,7 +59,7 @@ LL | invalid_instruction
| ^

error: unrecognized instruction mnemonic
--> $DIR/srcloc.rs:38:14
--> $DIR/srcloc.rs:37:14
|
LL | asm!(concat!("invalid", "_", "instruction"));
| ^
Expand All @@ -71,7 +71,7 @@ LL | invalid_instruction
| ^

error: unrecognized instruction mnemonic
--> $DIR/srcloc.rs:42:14
--> $DIR/srcloc.rs:41:14
|
LL | "invalid_instruction",
| ^
Expand All @@ -83,7 +83,7 @@ LL | invalid_instruction
| ^

error: unrecognized instruction mnemonic
--> $DIR/srcloc.rs:48:14
--> $DIR/srcloc.rs:47:14
|
LL | "invalid_instruction",
| ^
Expand All @@ -95,7 +95,7 @@ LL | invalid_instruction
| ^

error: unrecognized instruction mnemonic
--> $DIR/srcloc.rs:55:14
--> $DIR/srcloc.rs:54:14
|
LL | "invalid_instruction",
| ^
Expand All @@ -107,7 +107,7 @@ LL | invalid_instruction
| ^

error: unrecognized instruction mnemonic
--> $DIR/srcloc.rs:62:13
--> $DIR/srcloc.rs:61:13
|
LL | concat!("invalid", "_", "instruction"),
| ^
Expand All @@ -119,7 +119,7 @@ LL | invalid_instruction
| ^

error: unrecognized instruction mnemonic
--> $DIR/srcloc.rs:69:13
--> $DIR/srcloc.rs:68:13
|
LL | concat!("invalid", "_", "instruction"),
| ^
Expand All @@ -131,7 +131,7 @@ LL | invalid_instruction
| ^

error: unrecognized instruction mnemonic
--> $DIR/srcloc.rs:76:14
--> $DIR/srcloc.rs:75:14
|
LL | "invalid_instruction1",
| ^
Expand All @@ -143,7 +143,7 @@ LL | invalid_instruction1
| ^

error: unrecognized instruction mnemonic
--> $DIR/srcloc.rs:77:14
--> $DIR/srcloc.rs:76:14
|
LL | "invalid_instruction2",
| ^
Expand All @@ -155,7 +155,7 @@ LL | invalid_instruction2
| ^

error: unrecognized instruction mnemonic
--> $DIR/srcloc.rs:83:13
--> $DIR/srcloc.rs:82:13
|
LL | concat!(
| ^
Expand All @@ -167,7 +167,7 @@ LL | invalid_instruction1
| ^

error: unrecognized instruction mnemonic
--> $DIR/srcloc.rs:83:13
--> $DIR/srcloc.rs:82:13
|
LL | concat!(
| ^
Expand All @@ -179,7 +179,7 @@ LL | invalid_instruction2
| ^

error: unrecognized instruction mnemonic
--> $DIR/srcloc.rs:92:13
--> $DIR/srcloc.rs:91:13
|
LL | concat!(
| ^
Expand All @@ -191,7 +191,7 @@ LL | invalid_instruction1
| ^

error: unrecognized instruction mnemonic
--> $DIR/srcloc.rs:92:13
--> $DIR/srcloc.rs:91:13
|
LL | concat!(
| ^
Expand All @@ -203,7 +203,7 @@ LL | invalid_instruction2
| ^

error: unrecognized instruction mnemonic
--> $DIR/srcloc.rs:96:13
--> $DIR/srcloc.rs:95:13
|
LL | concat!(
| ^
Expand All @@ -215,7 +215,7 @@ LL | invalid_instruction3
| ^

error: unrecognized instruction mnemonic
--> $DIR/srcloc.rs:96:13
--> $DIR/srcloc.rs:95:13
|
LL | concat!(
| ^
Expand All @@ -227,7 +227,7 @@ LL | invalid_instruction4
| ^

error: unrecognized instruction mnemonic
--> $DIR/srcloc.rs:107:13
--> $DIR/srcloc.rs:106:13
|
LL | concat!(
| ^
Expand All @@ -239,7 +239,7 @@ LL | invalid_instruction1
| ^

error: unrecognized instruction mnemonic
--> $DIR/srcloc.rs:107:13
--> $DIR/srcloc.rs:106:13
|
LL | concat!(
| ^
Expand All @@ -251,7 +251,7 @@ LL | invalid_instruction2
| ^

error: unrecognized instruction mnemonic
--> $DIR/srcloc.rs:111:13
--> $DIR/srcloc.rs:110:13
|
LL | concat!(
| ^
Expand All @@ -263,7 +263,7 @@ LL | invalid_instruction3
| ^

error: unrecognized instruction mnemonic
--> $DIR/srcloc.rs:111:13
--> $DIR/srcloc.rs:110:13
|
LL | concat!(
| ^
Expand Down