Displaying 5 results from an estimated 5 matches for "platform007".
2019 Oct 30
2
pointer arithmetic with address space attribute not working
...000000001704a50 llvm::sys::RunSignalHandlers()
(/data/users/yhs/work/llvm-project/llvm/build/install/bin/clang-10+0x1704a50)
#2 0x0000000001706d28 SignalHandler(int)
(/data/users/yhs/work/llvm-project/llvm/build/install/bin/clang-10+0x1706d28)
#3 0x00007fed0c6c3b10 __restore_rt
(/usr/local/fbcode/platform007/lib/libpthread.so.0+0x12b10)
#4 0x00007fed0b81214f raise
(/usr/local/fbcode/platform007/lib/libc.so.6+0x3714f)
#5 0x00007fed0b7fb935 abort
(/usr/local/fbcode/platform007/lib/libc.so.6+0x20935)
#6 0x00007fed0b80a107 __assert_fail_base
(/usr/local/fbcode/platform007/lib/libc.so.6+0x2f107)
#7 0x00...
2019 Oct 31
2
pointer arithmetic with address space attribute not working
...000000001704a50 llvm::sys::RunSignalHandlers()
(/data/users/yhs/work/llvm-project/llvm/build/install/bin/clang-10+0x1704a50)
#2 0x0000000001706d28 SignalHandler(int)
(/data/users/yhs/work/llvm-project/llvm/build/install/bin/clang-10+0x1706d28)
#3 0x00007fed0c6c3b10 __restore_rt
(/usr/local/fbcode/platform007/lib/libpthread.so.0+0x12b10)
#4 0x00007fed0b81214f raise
(/usr/local/fbcode/platform007/lib/libc.so.6+0x3714f)
#5 0x00007fed0b7fb935 abort
(/usr/local/fbcode/platform007/lib/libc.so.6+0x20935)
#6 0x00007fed0b80a107 __assert_fail_base
(/usr/local/fbcode/platform007/lib/libc.so.6+0x2f107)
#7 0x00...
2019 Oct 31
2
pointer arithmetic with address space attribute not working
...::RunSignalHandlers()
> (/data/users/yhs/work/llvm-project/llvm/build/install/bin/clang-10+0x1704a50)
> #2 0x0000000001706d28 SignalHandler(int)
> (/data/users/yhs/work/llvm-project/llvm/build/install/bin/clang-10+0x1706d28)
> #3 0x00007fed0c6c3b10 __restore_rt
> (/usr/local/fbcode/platform007/lib/libpthread.so.0+0x12b10)
> #4 0x00007fed0b81214f raise
> (/usr/local/fbcode/platform007/lib/libc.so.6+0x3714f)
> #5 0x00007fed0b7fb935 abort
> (/usr/local/fbcode/platform007/lib/libc.so.6+0x20935)
> #6 0x00007fed0b80a107 __assert_fail_base
> (/usr/local/fbcode/platform007/l...
2019 Jan 09
2
distributed thinlto usage
Fails with gold too:
Library-native.o:Library.cpp:regway: error: undefined reference to 'vtable for regwayobj'
/home/dcallahan/fbsource/fbcode/third-party-buck/platform007/tools/binutils/bin/gold/ld: the vtable symbol may be undefined because the class is missing its key function
clang-8: error: linker command failed with exit code 1 (use -v to see invocation)
From: Teresa Johnson <tejohnson at google.com>
Date: Tuesday, January 8, 2019 at 4:57 PM
To: David Ca...
2019 Jan 09
2
distributed thinlto usage
Thanks Teresa
Yes it is astar, happen to send a tar of the sources but they are just copies from the spec distribution
The ld command is:
GNU ld (GNU Binutils) 2.29.1
Thanks for the guidance on path names. The prefix-replace just effects the string written to the object files right? So we could post-process that file with other tools as well, correct?
Thanks again
--david
From: Teresa Johnson