diff options
Diffstat (limited to 'results/scraper/fex/1646')
| -rw-r--r-- | results/scraper/fex/1646 | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/results/scraper/fex/1646 b/results/scraper/fex/1646 new file mode 100644 index 000000000..04aa1311d --- /dev/null +++ b/results/scraper/fex/1646 @@ -0,0 +1,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 + + |