-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
special link_name confuses LLVM #155776
Copy link
Copy link
Open
Labels
C-bugCategory: This is a bug.Category: This is a bug.needs-triageThis issue may need triage. Remove it if it has been sufficiently triaged.This issue may need triage. Remove it if it has been sufficiently triaged.
Metadata
Metadata
Assignees
Labels
C-bugCategory: This is a bug.Category: This is a bug.needs-triageThis issue may need triage. Remove it if it has been sufficiently triaged.This issue may need triage. Remove it if it has been sufficiently triaged.
Type
Fields
Give feedbackNo fields configured for issues without a type.
Inspired by #155495, I tried this code:
I expected to see this happen: rustc works or emits errors
Instead, this happened:
Also, I tried this code:
I expected to see this happen:
or rustc emits errors.
Instead, this happened:
Meta
There must be
llvm.assertions = trueinbootstrap.toml.