Add ignore-debug to static-relocation-model test

This commit is contained in:
Ben Kimock 2023-03-29 09:54:01 -04:00
parent 9f17ede4ac
commit f93ef09319

View File

@ -6,6 +6,7 @@
// [A64] needs-llvm-components: aarch64
// [ppc64le] compile-flags: --target powerpc64le-unknown-linux-gnu -Crelocation-model=static
// [ppc64le] needs-llvm-components: powerpc
// ignore-debug: alignment checks insert panics that we don't have a lang item for
#![feature(no_core, lang_items)]
#![no_core]