llvm / llvm-project

The LLVM Project is a collection of modular and reusable compiler and toolchain technologies.
http://llvm.org
Other
29k stars 11.95k forks source link

tools/llvm-dwarfdump/X86/{prettyprint_types,simplified-template-names}.s tests fail on 32-bit arm #62197

Open thesamesam opened 1 year ago

thesamesam commented 1 year ago

The tools/llvm-dwarfdump/X86/{prettyprint_types,simplified-template-names}.s tests seem to fail on 32-bit Arm (bus error) (tested at commit 0be1fbac2a7797399c0970e3f4033288036b65f6).

tools/llvm-dwarfdump/X86/prettyprint_types.s:

FAIL: LLVM :: tools/llvm-dwarfdump/X86/prettyprint_types.s (42810 of 48813)
******************** TEST 'LLVM :: tools/llvm-dwarfdump/X86/prettyprint_types.s' FAILED ********************
Script:
--
: 'RUN: at line 1';   /var/tmp/portage/sys-devel/llvm-17.0.0_pre20230414/work/llvm_build-.arm/bin/llvm-mc < /var/tmp/portage/sys-devel/llvm-17.0.0_pre20230414/work/llvm/test/tools/llvm-dwarfdump/X86/prettyprint_types.s -filetype obj -triple x86_64 -o -    | /var/tmp/portage/sys-devel/llvm-17.0.0_pre20230414/work/llvm_build-.arm/bin/llvm-dwarfdump --name=t1 --show-children - | /var/tmp/portage/sys-devel/llvm-17.0.0_pre20230414/work/llvm_build-.arm/bin/FileCheck /var/tmp/portage/sys-devel/llvm-17.0.0_pre20230414/work/llvm/test/tools/llvm-dwarfdump/X86/prettyprint_types.s
--
Exit Code: 1

Command Output (stderr):
--
+ : 'RUN: at line 1'
+ /var/tmp/portage/sys-devel/llvm-17.0.0_pre20230414/work/llvm_build-.arm/bin/llvm-mc -filetype obj -triple x86_64 -o -
+ /var/tmp/portage/sys-devel/llvm-17.0.0_pre20230414/work/llvm_build-.arm/bin/llvm-dwarfdump --name=t1 --show-children -
+ /var/tmp/portage/sys-devel/llvm-17.0.0_pre20230414/work/llvm_build-.arm/bin/FileCheck /var/tmp/portage/sys-devel/llvm-17.0.0_pre20230414/work/llvm/test/tools/llvm-dwarfdump/X86/prettyprint_types.s
/var/tmp/portage/sys-devel/llvm-17.0.0_pre20230414/work/llvm/test/tools/llvm-dwarfdump/X86/prettyprint_types.s:149:10: error: CHECK: expected string not found in input
# CHECK: DW_AT_type{{.*}}"tc<'x', '\\', '\'', '\a', '\b', '\f', '\n', '\r', '\t', '\v', '\x7f'>")
         ^
<stdin>:134:65: note: scanning from here
 DW_AT_type (0x0000036c "tv<unsigned char, (unsigned char)'x'>")
                                                                ^
<stdin>:137:2: note: possible intended match here
 DW_AT_type (0x0000038c "tc<'x', '\\', '\'', '\a', '\b', '\f', '\n', '\r', '\t', '\v', '\x3d9'>")
 ^

Input file: <stdin>
Check file: /var/tmp/portage/sys-devel/llvm-17.0.0_pre20230414/work/llvm/test/tools/llvm-dwarfdump/X86/prettyprint_types.s

-dump-input=help explains the following input dump.

Input was:
<<<<<<
             .
             .
             .
           129:  
           130: 0x00000104: DW_TAG_template_type_parameter 
           131:  DW_AT_type (0x00000340 "tv<e2, (e2)0>") 
           132:  
           133: 0x00000109: DW_TAG_template_type_parameter 
           134:  DW_AT_type (0x0000036c "tv<unsigned char, (unsigned char)'x'>") 
check:149'0                                                                     X error: no match found
           135:  
check:149'0     ~
           136: 0x0000010e: DW_TAG_template_type_parameter 
check:149'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
           137:  DW_AT_type (0x0000038c "tc<'x', '\\', '\'', '\a', '\b', '\f', '\n', '\r', '\t', '\v', '\x3d9'>") 
check:149'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
check:149'1      ?                                                                                                 possible intended match
           138:  
check:149'0     ~
           139: 0x00000113: DW_TAG_template_type_parameter 
check:149'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
           140:  DW_AT_type (0x000003e4 "tv<bool, true>") 
check:149'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
           141:  
check:149'0     ~
           142: 0x00000118: DW_TAG_template_type_parameter 
check:149'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
             .
             .
             .
>>>>>>

--

tools/llvm-dwarfdump/X86/simplified-template-names:

FAIL: LLVM :: tools/llvm-dwarfdump/X86/simplified-template-names.s (42834 of 48813)
******************** TEST 'LLVM :: tools/llvm-dwarfdump/X86/simplified-template-names.s' FAILED ********************
Script:
--
: 'RUN: at line 1';   /var/tmp/portage/sys-devel/llvm-17.0.0_pre20230414/work/llvm_build-.arm/bin/llvm-mc < /var/tmp/portage/sys-devel/llvm-17.0.0_pre20230414/work/llvm/test/tools/llvm-dwarfdump/X86/simplified-template-names.s -filetype obj -triple x86_64 -o -    | /var/tmp/portage/sys-devel/llvm-17.0.0_pre20230414/work/llvm_build-.arm/bin/llvm-dwarfdump --verify - | /var/tmp/portage/sys-devel/llvm-17.0.0_pre20230414/work/llvm_build-.arm/bin/FileCheck /var/tmp/portage/sys-devel/llvm-17.0.0_pre20230414/work/llvm/test/tools/llvm-dwarfdump/X86/simplified-template-names.s
--
Exit Code: 1

Command Output (stderr):
--
+ : 'RUN: at line 1'
+ /var/tmp/portage/sys-devel/llvm-17.0.0_pre20230414/work/llvm_build-.arm/bin/llvm-dwarfdump --verify -
+ /var/tmp/portage/sys-devel/llvm-17.0.0_pre20230414/work/llvm_build-.arm/bin/FileCheck /var/tmp/portage/sys-devel/llvm-17.0.0_pre20230414/work/llvm/test/tools/llvm-dwarfdump/X86/simplified-template-names.s
+ /var/tmp/portage/sys-devel/llvm-17.0.0_pre20230414/work/llvm_build-.arm/bin/llvm-mc -filetype obj -triple x86_64 -o -
<stdin>:16:2: warning: inconsistent use of MD5 checksums
        .file   3 "/usr" "lib/gcc/x86_64-linux-gnu/11/../../../../include/c++/11/cstdint"
        ^
/var/tmp/portage/sys-devel/llvm-17.0.0_pre20230414/work/llvm/test/tools/llvm-dwarfdump/X86/simplified-template-names.s:10:10: error: CHECK: expected string not found in input
# CHECK: No errors.
         ^
<stdin>:1:1: note: scanning from here
Verifying -: file format elf64-x86-64
^
<stdin>:6:21: note: possible intended match here
Verifying unit: 1 / 1, "cross-project-tests/debuginfo-tests/clang_llvm_roundtrip/simplified_template_names.cpp"
                    ^

Input file: <stdin>
Check file: /var/tmp/portage/sys-devel/llvm-17.0.0_pre20230414/work/llvm/test/tools/llvm-dwarfdump/X86/simplified-template-names.s

-dump-input=help explains the following input dump.

Input was:
<<<<<<
            1: Verifying -: file format elf64-x86-64 
check:10'0     X~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ error: no match found
            2: Verifying .debug_abbrev... 
check:10'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~
            3: Verifying .debug_info Unit Header Chain... 
check:10'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            4: Verifying .debug_types Unit Header Chain... 
check:10'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            5: Verifying non-dwo Units... 
check:10'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~
            6: Verifying unit: 1 / 1, "cross-project-tests/debuginfo-tests/clang_llvm_roundtrip/simplified_template_names.cpp" 
check:10'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
check:10'1                         ?                                                                                            possible intended match
            7: error: Simplified template DW_AT_name could not be reconstituted: 
check:10'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            8:  original: f3<unsigned char, (unsigned char)'\x00'> 
check:10'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            9:  reconstituted: f3<unsigned char, (unsigned char)'\x97c'> 
check:10'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
           10:  
check:10'0     ~
           11: 0x00000963: DW_TAG_subprogram [23] * (0x0000000c) 
check:10'0     ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
            .
            .
            .
>>>>>>
# uname -a
Linux arm32-testing 5.15.64-gentoo-dist #1 SMP Wed Aug 31 17:57:10 -00 2022 armv8l ARMv8 Processor rev 1 (v8l) GNU/Linux

# emerge --info
Portage 3.0.46 (python 3.10.11-final-0, default/linux/arm/17.0/armv7a/desktop/plasma/systemd, gcc-12, glibc-2.37-r2, 5.15.64-gentoo-dist armv8l)
=================================================================
System uname: Linux-5.15.64-gentoo-dist-armv8l-ARMv8_Processor_rev_1_-v8l-with-glibc2.37
KiB Mem:   262955288 total,  54720988 free
KiB Swap:    9767620 total,   9557956 free
Timestamp of repository gentoo: Tue, 18 Apr 2023 04:31:57 +0000
sh bash 5.2_p15-r2
ld GNU ld (Gentoo 2.40 p4) 2.40.0
app-misc/pax-utils:        1.3.7::gentoo
app-shells/bash:           5.2_p15-r2::gentoo
dev-java/java-config:      2.3.1::gentoo
dev-lang/perl:             5.36.0-r2::gentoo
dev-lang/python:           3.10.11::gentoo, 3.11.3::gentoo
dev-lang/rust:             1.68.2::gentoo
dev-util/cmake:            3.26.3::gentoo
dev-util/meson:            1.0.1::gentoo
sys-apps/baselayout:       2.13-r1::gentoo
sys-apps/sandbox:          2.30-r1::gentoo
sys-apps/systemd:          253.3::gentoo
sys-devel/autoconf:        2.71-r6::gentoo
sys-devel/automake:        1.16.5-r1::gentoo
sys-devel/binutils:        2.32-r2::gentoo, 2.33.1-r1::gentoo, 2.34-r2::gentoo, 2.35.2::gentoo, 2.36.1-r2::gentoo, 2.37_p1-r2::gentoo, 2.38-r2::gentoo, 2.39-r5::gentoo, 2.40-r4::gentoo
sys-devel/binutils-config: 5.5::gentoo
sys-devel/gcc:             12.2.1_p20230304::gentoo
sys-devel/gcc-config:      2.10::gentoo
sys-devel/libtool:         2.4.7-r1::gentoo
sys-devel/llvm:            16.0.1::gentoo
sys-devel/make:            4.4.1::gentoo
sys-kernel/linux-headers:  6.2::gentoo (virtual/os-headers)
sys-libs/glibc:            2.37-r2::gentoo
Repositories:

gentoo
    location: /var/db/repos/gentoo
    sync-type: rsync
    sync-uri: rsync://rsync.gentoo.org/gentoo-portage
    priority: -1000
    volatile: False
    sync-rsync-verify-jobs: 1
    sync-rsync-extra-opts:
    sync-rsync-verify-metamanifest: yes
    sync-rsync-verify-max-age: 24

ACCEPT_KEYWORDS="arm ~arm"
ACCEPT_LICENSE="@FREE"
CBUILD="armv7a-unknown-linux-gnueabihf"
CFLAGS="-O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard"
CHOST="armv7a-unknown-linux-gnueabihf"
CONFIG_PROTECT="/etc /usr/share/config /usr/share/gnupg/qualified.txt"
CONFIG_PROTECT_MASK="/etc/ca-certificates.conf /etc/dconf /etc/env.d /etc/fonts/fonts.conf /etc/gconf /etc/gentoo-release /etc/revdep-rebuild /etc/sandbox.d /etc/terminfo"
CXXFLAGS="-O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard"
DISTDIR="/var/cache/distfiles"
EMERGE_DEFAULT_OPTS="--keep-going=y --complete-graph"
ENV_UNSET="CARGO_HOME DBUS_SESSION_BUS_ADDRESS DISPLAY GDK_PIXBUF_MODULE_FILE GOBIN GOPATH PERL5LIB PERL5OPT PERLPREFIX PERL_CORE PERL_MB_OPT PERL_MM_OPT XAUTHORITY XDG_CACHE_HOME XDG_CONFIG_HOME XDG_DATA_HOME XDG_RUNTIME_DIR XDG_STATE_HOME"
FCFLAGS="-O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard"
FEATURES="assume-digests binpkg-docompress binpkg-dostrip binpkg-logs binpkg-multi-instance buildpkg-live config-protect-if-modified distlocks ebuild-locks fixlafiles ipc-sandbox merge-sync multilib-strict network-sandbox news parallel-fetch pid-sandbox preserve-libs protect-owned qa-unresolved-soname-deps sandbox sfperms strict unknown-features-warn unmerge-logs unmerge-orphans userfetch userpriv usersandbox usersync xattr"
FFLAGS="-O2 -pipe -march=armv7-a -mfpu=vfpv3-d16 -mfloat-abi=hard"
GENTOO_MIRRORS="http://distfiles.gentoo.org"
LANG="C.UTF8"
LDFLAGS="-Wl,-O1 -Wl,--as-needed"
LEX="flex"
PKGDIR="/var/cache/binpkgs"
PORTAGE_CONFIGROOT="/"
PORTAGE_RSYNC_OPTS="--recursive --links --safe-links --perms --times --omit-dir-times --compress --force --whole-file --delete --stats --human-readable --timeout=180 --exclude=/distfiles --exclude=/local --exclude=/packages --exclude=/.git"
PORTAGE_TMPDIR="/var/tmp"
SHELL="/bin/bash"
USE="X a52 aac acl activities alsa arm bluetooth branding bzip2 cairo cdda cdr cli crypt cups dbus declarative dri dts dvd dvdr encode exif flac fortran gdbm gif gpm gtk gui iconv icu ipv6 jpeg kde kwallet lcms libglvnd libnotify mad mng mp3 mp4 mpeg ncurses nls nptl ogg opengl openmp pam pango pcre pdf plasma png policykit ppds qml qt5 readline sdl seccomp semantic-desktop sound spell split-usr ssl startup-notification svg systemd test-rust tiff truetype udev udisks unicode upower usb vorbis widgets wxwidgets x264 xattr xcb xft xml xv xvid zlib" ADA_TARGET="gnat_2021" APACHE2_MODULES="authn_core authz_core socache_shmcb unixd actions alias auth_basic authn_alias authn_anon authn_dbm authn_default authn_file authz_dbm authz_default authz_groupfile authz_host authz_owner authz_user autoindex cache cgi cgid dav dav_fs dav_lock deflate dir disk_cache env expires ext_filter file_cache filter headers include info log_config logio mem_cache mime mime_magic negotiation rewrite setenvif speling status unique_id userdir usertrack vhost_alias" CALLIGRA_FEATURES="karbon sheets words" COLLECTD_PLUGINS="df interface irq load memory rrdtool swap syslog" CPU_FLAGS_ARM="edsp thumb thumb2 v4 v5 v6 v7 vfp" ELIBC="glibc" GPSD_PROTOCOLS="ashtech aivdm earthmate evermore fv18 garmin garmintxt gpsclock greis isync itrax mtk3301 nmea ntrip navcom oceanserver oldstyle oncore rtcm104v2 rtcm104v3 sirf skytraq superstar2 timing tsip tripmate tnt ublox ubx" INPUT_DEVICES="libinput" KERNEL="linux" LCD_DEVICES="bayrad cfontz cfontz633 glk hd44780 lb216 lcdm001 mtxorb ncurses text" LIBREOFFICE_EXTENSIONS="presenter-console presenter-minimizer" LUA_SINGLE_TARGET="lua5-1" LUA_TARGETS="lua5-1" OFFICE_IMPLEMENTATION="libreoffice" PHP_TARGETS="php7-4 php8-0" POSTGRES_TARGETS="postgres12 postgres13" PYTHON_SINGLE_TARGET="python3_10" PYTHON_TARGETS="python3_10" RUBY_TARGETS="ruby31 ruby32" USERLAND="GNU" VIDEO_CARDS="exynos fbdev omap dummy v4l" XTABLES_ADDONS="quota2 psd pknock lscan length2 ipv4options ipset ipp2p iface geoip fuzzy condition tee tarpit sysrq proto steal rawnat logmark ipmark dhcpmac delude chaos account"
Unset:  ADDR2LINE, AR, ARFLAGS, AS, ASFLAGS, CC, CCLD, CONFIG_SHELL, CPP, CPPFLAGS, CTARGET, CXX, CXXFILT, ELFEDIT, EXTRA_ECONF, F77FLAGS, FC, GCOV, GPROF, INSTALL_MASK, LC_ALL, LD, LFLAGS, LIBTOOL, LINGUAS, MAKE, MAKEFLAGS, MAKEOPTS, NM, OBJCOPY, OBJDUMP, PORTAGE_BINHOST, PORTAGE_BUNZIP2_COMMAND, PORTAGE_COMPRESS, PORTAGE_COMPRESS_FLAGS, PORTAGE_RSYNC_EXTRA_OPTS, RANLIB, READELF, RUSTFLAGS, SIZE, STRINGS, STRIP, YACC, YFLAGS
thesamesam commented 1 year ago

cc @mgorny

llvmbot commented 1 year ago

@llvm/issue-subscribers-tools-llvm-dwarfdump

jh7370 commented 1 year ago

Are they expected to work on 32-bit ARM? The tests are inside an x86 folder...

thesamesam commented 1 year ago

No idea, but they should be skipped if not 😉

In general, the "cross-arch" tests seem to work well in LLVM, but this might be different because it's in tools/.