search for: fbcode

Displaying 8 results from an estimated 8 matches for "fbcode".

2018 Apr 03
2
trivial input provokes failed assertion in Parser.h:322
...: Assertion `!isTokenSpecial() && "Should consume special tokens with Consume*Token"' failed. #0 0x0000000000e7cf57 __interceptor_backtrace (/dev/shm/c3/bin/clang-7+0xe7cf57) #1 0x0000000002efc913 llvm::sys::PrintStackTrace(llvm::raw_ostream&) /data/users/meyering/fbsource/fbcode/llvm/build/../lib/Support/Unix/Signals.inc:398:13 #2 0x0000000002efa0d5 llvm::sys::RunSignalHandlers() /data/users/meyering/fbsource/fbcode/llvm/lib/Support/Signals.cpp:49:16 #3 0x0000000002efd13b SignalHandler(int) /data/users/meyering/fbsource/fbcode/llvm/build/../lib/Support/Unix/Signals.inc:242...
2018 Apr 03
0
trivial input provokes failed assertion in Parser.h:322
...: Assertion `!isTokenSpecial() && "Should consume special tokens with Consume*Token"' failed. #0 0x0000000000e7cf57 __interceptor_backtrace (/dev/shm/c3/bin/clang-7+0xe7cf57) #1 0x0000000002efc913 llvm::sys::PrintStackTrace(llvm::raw_ostream&) /data/users/meyering/fbsource/fbcode/llvm/build/../lib/Support/Unix/Signals.inc:398:13 #2 0x0000000002efa0d5 llvm::sys::RunSignalHandlers() /data/users/meyering/fbsource/fbcode/llvm/lib/Support/Signals.cpp:49:16 #3 0x0000000002efd13b SignalHandler(int) /data/users/meyering/fbsource/fbcode/llvm/build/../lib/Support/Unix/Signals.inc:242...
2018 Apr 03
1
[cfe-dev] trivial input provokes failed assertion in Parser.h:322
...nSpecial() && "Should consume special tokens with > Consume*Token"' failed. > #0 0x0000000000e7cf57 __interceptor_backtrace (/dev/shm/c3/bin/clang-7+0xe7cf57) > #1 0x0000000002efc913 llvm::sys::PrintStackTrace(llvm::raw_ostream&) > /data/users/meyering/fbsource/fbcode/llvm/build/../lib/Support/Unix/Signals.inc:398:13 > #2 0x0000000002efa0d5 llvm::sys::RunSignalHandlers() > /data/users/meyering/fbsource/fbcode/llvm/lib/Support/Signals.cpp:49:16 > #3 0x0000000002efd13b SignalHandler(int) > /data/users/meyering/fbsource/fbcode/llvm/build/../lib/Support/...
2019 Oct 30
2
pointer arithmetic with address space attribute not working
...#1 0x0000000001704a50 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+0x2f1...
2019 Oct 31
2
pointer arithmetic with address space attribute not working
...#1 0x0000000001704a50 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+0x2f1...
2019 Oct 31
2
pointer arithmetic with address space attribute not working
...vm::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/p...
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 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