-
Notifications
You must be signed in to change notification settings - Fork 13.4k
make abi_unsupported_vector_types a hard error #139309
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,7 +3,7 @@ | |
// x86 only. | ||
|
||
//@ add-core-stubs | ||
//@ compile-flags: --target i686-unknown-linux-gnu -Cno-prepopulate-passes -Copt-level=3 | ||
//@ compile-flags: --target i686-unknown-linux-gnu -Cno-prepopulate-passes -Copt-level=3 -Ctarget-feature=+avx | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @azhogin this test was using SIMD vector types without the appropriate target feature... I hope adding the target feature preserves the meaning of the test. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. It does. |
||
//@ needs-llvm-components: x86 | ||
|
||
//@ revisions:regparm0 regparm1 regparm2 regparm3 | ||
|
Uh oh!
There was an error while loading. Please reload this page.