This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[quyen@thinkpad lit-test]$ /home/quyen/D/ldc-test/bin/ldc2 -v -flto=full -O3 -run /home/quyen/D/ldc/tests/linking/thinlto_modulecdtors.dbinary /home/quyen/D/ldc-test/bin/ldc2 | |
version 1.4.0git-1a3391e (DMD v2.074.1, LLVM 4.0.1) | |
config /home/quyen/D/ldc-test/etc/ldc2.conf (x86_64-unknown-linux-gnu) | |
predefs LDC all D_Version2 assert X86_64 D_InlineAsm_X86_64 D_HardFloat LittleEndian D_LP64 D_PIC linux Posix CRuntime_Glibc LDC_LLVM_400 | |
parse thinlto_modulecdtors | |
importall thinlto_modulecdtors | |
import object (/home/quyen/D/ldc-test/bin/../import/ldc/object.d) | |
import core.stdc.stdio (/home/quyen/D/ldc-test/bin/../import/core/stdc/stdio.d) | |
import core.stdc.stdint (/home/quyen/D/ldc-test/bin/../import/core/stdc/stdint.d) | |
import core.stdc.stddef (/home/quyen/D/ldc-test/bin/../import/core/stdc/stddef.d) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[quyen@thinkpad lit-test]$ /home/quyen/D/ldc-test/bin/ldc2 -v -flto=thin -O3 -run /home/quyen/D/ldc/tests/linking/thinlto_modulecdtors.d | |
binary /home/quyen/D/ldc-test/bin/ldc2 | |
version 1.4.0git-1a3391e (DMD v2.074.1, LLVM 4.0.1) | |
config /home/quyen/D/ldc-test/etc/ldc2.conf (x86_64-unknown-linux-gnu) | |
predefs LDC all D_Version2 assert X86_64 D_InlineAsm_X86_64 D_HardFloat LittleEndian D_LP64 D_PIC linux Posix CRuntime_Glibc LDC_LLVM_400 | |
parse thinlto_modulecdtors | |
importall thinlto_modulecdtors | |
import object (/home/quyen/D/ldc-test/bin/../import/ldc/object.d) | |
import core.stdc.stdio (/home/quyen/D/ldc-test/bin/../import/core/stdc/stdio.d) | |
import core.stdc.stdint (/home/quyen/D/ldc-test/bin/../import/core/stdc/stdint.d) |
This file has been truncated, but you can view the full file.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Start testing: Aug 16 15:07 CDT | |
---------------------------------------------------------- | |
1/1565 Testing: build-ldc2-unittest | |
1/1565 Test: build-ldc2-unittest | |
Command: "/usr/bin/cmake" "--build" "/home/quyen/D/ldc-build" "--target" "ldc2-unittest" | |
Directory: /home/quyen/D/ldc-build | |
"build-ldc2-unittest" start time: Aug 16 15:07 CDT | |
Output: | |
---------------------------------------------------------- | |
[100%] Built target LDCShared |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FAIL: LDC :: linking/thinlto_modulecdtors.d (134 of 153) | |
******************** TEST 'LDC :: linking/thinlto_modulecdtors.d' FAILED ******************** | |
Script: | |
-- | |
/home/quyen/D/ldc-build/bin/ldc2 -flto=thin -O3 -run /home/quyen/D/ldc/tests/linking/thinlto_modulecdtors.d | FileCheck /home/quyen/D/ldc/tests/linking/thinlto_modulecdtors.d | |
-- | |
Exit Code: 2 | |
Command Output (stdout): | |
-- |
NewerOlder