summary refs log tree commit diff stats
path: root/results/scraper/fex/1646
blob: 04aa1311db7d5aab3037104d8d574e52f399a1a2 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
FEXLoader fails to run itself in ENABLE_X86_HOST_DEBUG
Not sure if this is an important case, but hit it when I was playing around with FEX:

$  ~/FEX/Build/Bin/FEXLoader -- ~/FEX/Build/Bin/FEXLoader /usr/bin/zip
Illegal instruction (core dumped)

 
 Build command:
 CC=clang CXX=clang++ cmake  -DENABLE_X86_HOST_DEBUG=True -DENABLE_LLD=True -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Debug -DENABLE_LTO=True -DBUILD_TESTS=False -G Ninja ..

$ uname -a
Linux jvanderspek-lap 5.13.0-39-generic #44~20.04.1-Ubuntu SMP Thu Mar 24 16:43:35 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux