diff options
| author | Christian Krinitsin <mail@krinitsin.com> | 2025-07-17 09:10:43 +0200 |
|---|---|---|
| committer | Christian Krinitsin <mail@krinitsin.com> | 2025-07-17 09:10:43 +0200 |
| commit | f2ec263023649e596c5076df32c2d328bc9393d2 (patch) | |
| tree | 5dd86caab46e552bd2e62bf9c4fb1a7504a44db4 /results/scraper/fex/1458 | |
| parent | 63d2e9d409831aa8582787234cae4741847504b7 (diff) | |
| download | emulator-bug-study-f2ec263023649e596c5076df32c2d328bc9393d2.tar.gz emulator-bug-study-f2ec263023649e596c5076df32c2d328bc9393d2.zip | |
add downloaded fex bug-reports
Diffstat (limited to 'results/scraper/fex/1458')
| -rw-r--r-- | results/scraper/fex/1458 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/results/scraper/fex/1458 b/results/scraper/fex/1458 new file mode 100644 index 00000000..a04c0c28 --- /dev/null +++ b/results/scraper/fex/1458 @@ -0,0 +1,15 @@ +LTO build (default) broken on ubuntu 20.04 +Default build configuration leads to the following. Disabling LTO fixes the build + +``` +FAILED: Bin/Opt +: && /usr/bin/clang++ -mcx16 -march=native -O2 -g -DNDEBUG -fno-omit-frame-pointer -flto=thin -fPIE -pie Source/Tools/CMakeFiles/Opt.dir/Opt.cpp.o -o Bin/Opt External/FEXCore/Source/libFEXCore.a Source/Common/libCommon.a Source/CommonCore/libCommonCore.a -lpthread External/cpp-optparse/libcpp-optparse.a External/json-maker/libjson-maker.a External/FEXCore/Source/libFEXCore.a External/FEXCore/Source/libFEXCore_Base.a External/fmt/libfmt.a External/vixl/src/libvixl.a -ldl External/xxhash/libxxhash.a External/tiny-json/libtiny-json.a -lpthread && : +/usr/bin/ld: error: Failed to link module External/FEXCore/Source/libFEXCore.a.llvm.80876708.jemalloc.c: Expected at most one ThinLTO module per bitcode file +clang: error: linker command failed with exit code 1 (use -v to see invocation) +[7/23] Linking CXX executable Bin/UnitTestGenerator +FAILED: Bin/UnitTestGenerator +: && /usr/bin/clang++ -mcx16 -march=native -O2 -g -DNDEBUG -fno-omit-frame-pointer -flto=thin -fPIE -pie Source/Tests/CMakeFiles/UnitTestGenerator.dir/UnitTestGenerator.cpp.o -o Bin/UnitTestGenerator External/FEXCore/Source/libFEXCore.a Source/Common/libCommon.a Source/CommonCore/libCommonCore.a -lpthread External/cpp-optparse/libcpp-optparse.a External/json-maker/libjson-maker.a External/FEXCore/Source/libFEXCore.a External/FEXCore/Source/libFEXCore_Base.a External/fmt/libfmt.a External/vixl/src/libvixl.a -ldl External/xxhash/libxxhash.a External/tiny-json/libtiny-json.a -lpthread && : +/usr/bin/ld: error: Failed to link module External/FEXCore/Source/libFEXCore.a.llvm.80876708.jemalloc.c: Expected at most one ThinLTO module per bitcode file +clang: error: linker command failed with exit code 1 (use -v to see invocation) +[10/23] Building CXX object Source/Tests/LinuxSyscalls/CMakeFiles/LinuxEmulation.dir/x32/IoctlEmulation.cpp.o +``` \ No newline at end of file |