search for: fbsourc

Displaying 6 results from an estimated 6 matches for "fbsourc".

Did you mean: fbsource
2018 Apr 03
2
trivial input provokes failed assertion in Parser.h:322
...meToken(): 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...
2018 Apr 03
0
trivial input provokes failed assertion in Parser.h:322
...meToken(): 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...
2018 Apr 03
1
[cfe-dev] trivial input provokes failed assertion in Parser.h:322
...`!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/...
2000 Jan 28
1
PATCH: 'source environment' param and % token subs for 'netbios name'
Attached please find unified diffs against Samba 2.0.6. I'm hoping that others will find it useful and that it may even find its way into Samba 2.0.7 This patch does two things: - Modifies the handling of the 'netbios name' parameter so that standard_sub_basic() is run on its value when the 'netbios name' parameter is processed. This has to be done this way because
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, Ja...
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