Displaying 6 results from an estimated 6 matches for "libcallinfo".
2015 Aug 06
2
LibCallAliasAnalysis class instantiation parameter
Hello,
[sorry for the duplicate post, attempting to fix the formatting of the previous post]
Can anybody tell me the intent of the LibCallAliasAnalysis class? I see that to instantiate it, it requires a class derived from the pure virtual class LibCallInfo, but I cannot find any classes in the source tree that derive from LibCallInfo. Is this derived class intended to be supplied from a compiler front-end, library writer, or the llvm backend?
I was looking at a case similar to the following:
#include <math.h>
double x[1000...
2008 May 11
1
[LLVMdev] building llvm on Windows
...hink most of them because of the automatically
generated code, I succeded to compile almost all the projects, except opt
and bugpoint. At these two I had an error:
error LNK2019: unresolved external symbol "class llvm::FunctionPass *
__cdecl llvm::createLibCallAliasAnalysisPass(class llvm::LibCallInfo *)"
(?createLibCallAliasAnalysisPass at llvm@@YAPAVFunctionPass at 1@PAVLibCallInfo at 1@@Z)
referenced in function "public: __thiscall `anonymous
namespace'::ForcePassLinking::ForcePassLinking(void)"
(??0ForcePassLinking@?A0xd1580448@@QAE at XZ)
which I wasn't able to f...
2008 May 17
1
[LLVMdev] VS build is broken again
...an't get through the build:
Creating library C:\work\s\llvm\win32\\bin\Win32\Debug/opt.lib and
object C:\work\s\llvm\win32\\bin\Win32\Debug/opt.exp
1>opt.obj : error LNK2019: unresolved external symbol "class
llvm::FunctionPass * __cdecl llvm::createLibCallAliasAnalysisPass(class
llvm::LibCallInfo *)"
(?createLibCallAliasAnalysisPass at llvm@@YAPAVFunctionPass at 1@PAVLibCallInfo at 1@@Z)
referenced in function "public: __thiscall `anonymous
namespace'::ForcePassLinking::ForcePassLinking(void)"
(??0ForcePassLinking@?A0xe41c907a@@QAE at XZ)
1>C:\work\s\llvm\win32\\bin\Wi...
2008 May 12
0
[LLVMdev] building llvm on Windows
...> automatically
> generated code, I succeded to compile almost all the projects,
> except opt
> and bugpoint. At these two I had an error:
>
> error LNK2019: unresolved external symbol "class llvm::FunctionPass *
> __cdecl llvm::createLibCallAliasAnalysisPass(class llvm::LibCallInfo
> *)"
> (?
> createLibCallAliasAnalysisPass
> @llvm@@YAPAVFunctionPass at 1@PAVLibCallInfo at 1@@Z)
> referenced in function "public: __thiscall `anonymous
> namespace'::ForcePassLinking::ForcePassLinking(void)"
> (??0ForcePassLinking@?A0xd1580448@@QAE at...
2008 May 11
9
[LLVMdev] Preferring to use GCC instead of LLVM
Not that I sympathize with the OP's manners but...
Bill Wendling <isanbard at gmail.com> writes:
> On May 10, 2008, at 7:55 PM, kr512 wrote:
>
>> See how gcc is invoked to generate the final executable
>> file. This means LLVM is an incomplete backend,
>> unfortunately.
>>
> That's only a convenience. GCC generates assembly code too and calls
2011 Apr 05
3
[LLVMdev] Building LLVM on Solaris/Sparc
...er_base::getOptionWidth(llvm::cl::Option const&)
const/n/fs/scratch/tpondich/ParallelAssert/llvm-objects/tools/opt/Debug+Asserts/opt.o
llvm::PMDataManager::~PMDataManager()/n/fs/scratch/tpondich/ParallelAssert/llvm-objects/tools/opt/Debug+Asserts/opt.o
llvm::createLibCallAliasAnalysisPass(llvm::LibCallInfo*)
/n/fs/scratch/tpondich/ParallelAssert/llvm-objects/tools/opt/Debug+Asserts/opt.o
llvm::FunctionPass::createPrinterPass(llvm::raw_ostream&,
std::basic_string<char, std::char_traits<char>, std::allocator<char> >
const&)
const/n/fs/scratch/tpondich/ParallelAssert/llvm-obje...