Displaying 7 results from an estimated 7 matches for "graphbuild".
Did you mean:
graphbuilder
2009 Jul 04
2
[LLVMdev] Pool Allocation Segfaulting with opt
...llvm::Constant* const&) + 32
7 libLLVMDataStructure.so 0x0022d9dc
llvm::cast_retty<llvm::ConstantArray,
llvm::Constant*>::ret_typellvm::dyn_cast<llvm::ConstantArray,
llvm::Constant*>(llvm::Constant* const&) + 30
8 libLLVMDataStructure.so 0x0022bc71 (anonymous
namespace)::GraphBuilder::MergeConstantInitIntoNode(llvm::DSNodeHandle&,
llvm::Type const*, llvm::Constant*) + 229
9 libLLVMDataStructure.so 0x0022bfb7 (anonymous
namespace)::GraphBuilder::mergeInGlobalInitializer(llvm::GlobalVariable*)
+ 149
10 libLLVMDataStructure.so 0x0022c08c
llvm::LocalDataStructures::run...
2004 Sep 14
3
Problems with Theora DirectShow filters
...ersion (although I'd like to have no dependencies other than Theora and
Speex).
4. When I render the Theora decode filter's output pin, DirectShow attaches an
AVI decompressor, a color space converter and finally the video renderer.
5. I cannot play the filter graph. When trying to do so, GraphBuild shows:
"This graph can't play", return code 0x80070000.
6. I tried to replace the AVI decompressor and the color space converter with
another ffdshow raw video filter. When I connect the ffdshow-filter's output
with the video renderer, GraphBuild crashes:
http://www.huitl.de/c...
2009 Jul 06
0
[LLVMdev] Pool Allocation Segfaulting with opt
...32
> 7 libLLVMDataStructure.so 0x0022d9dc
> llvm::cast_retty<llvm::ConstantArray,
> llvm::Constant*>::ret_typellvm::dyn_cast<llvm::ConstantArray,
> llvm::Constant*>(llvm::Constant* const&) + 30
> 8 libLLVMDataStructure.so 0x0022bc71 (anonymous
> namespace)::GraphBuilder::MergeConstantInitIntoNode(llvm::DSNodeHandle&,
> llvm::Type const*, llvm::Constant*) + 229
> 9 libLLVMDataStructure.so 0x0022bfb7 (anonymous
> namespace)::GraphBuilder::mergeInGlobalInitializer(llvm::GlobalVariable*)
> + 149
> 10 libLLVMDataStructure.so 0x0022c08c
>...
2005 Jan 11
0
[Fwd: Re: [LLVMdev] Shared library building problems on Darwin]
Yep, it sounds like a good solution, and it works for me - thanks!
-mike
On Mon, 10 Jan 2005 20:40:34 -0800, Reid Spencer <reid at x10sys.com> wrote:
> Michael,
>
> I've implemented a LOADABLE_MODULE feature in the makefiles:
>
> http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20050110/023147.html
>
> The approach taken is almost what you described
2005 Jan 11
2
[Fwd: Re: [LLVMdev] Shared library building problems on Darwin]
Michael,
I've implemented a LOADABLE_MODULE feature in the makefiles:
http://mail.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20050110/023147.html
The approach taken is almost what you described below. However, I want
to retain the distinction between a "regular" shared library and one
that can be dlopened. So, if you specify SHARED_LIBRARY=1 you get a
regular shared library
2018 Feb 15
4
llvm-6.0.0rc2: fatal error: clang/Basic/Version.h: No such file or directory
...ls/lldb-6.0.0rc2.src/source/lldb.cpp:15:33:
fatal error: clang/Basic/Version.h: No such file or directory
#include "clang/Basic/Version.h"
^
compilation terminated.
[3188/4317] Building CXX object
tools/llvm-cfi-verify/lib/CMakeFiles/LLVMCFIVerify.dir/GraphBuilder.cpp.o
[3189/4317] Building CXX object
tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/llvm-objdump.cpp.o
[3190/4317] Building CXX object
tools/llvm-objdump/CMakeFiles/llvm-objdump.dir/MachODump.cpp.o
ninja: build stopped: subcommand failed.
loki build 189
loki build 189 find /export2/src/llvm-6....
2012 Mar 16
0
Wine release 1.5.0
...y the double quote can do that.
d3drm: Turn some FIXME into TRACE.
d3drm: Fix leakage of This->pCoords2d when releasing object.
d3drm: Fix leakage of pData2 on error.
amstream: Initialize MultiMediastream before creating the source filter.
amstream: Remove duplicate GraphBuilder member.
amstream: Add source filter to the filtergraph before loading the file.
amstream: Free all used resources when releasing MultiMediaStream object.
devenum: Reset moniker pointer before calling IFilterMapper2_RegisterFilter.
d3dx9_36: Make D3DXVec3Unproject support o...