search for: 325149b

Displaying 1 result from an estimated 1 matches for "325149b".

Did you mean: 325149
2011 Oct 18
0
[LLVMdev] error in lib dependencies generated by llvm-config for 3.0
...include/llvm/Config/Targets.def:26: undefined reference to `LLVMInitializePhoenixTargetMC' Because -lLLVMPhoenixDesc is not included in the link command. The following patch fix the error: diff --git a/tools/llvm-config/llvm-config.in.in b/tools/llvm-config/llvm-config.in.in index 840a10e..325149b 100644 --- a/tools/llvm-config/llvm-config.in.in +++ b/tools/llvm-config/llvm-config.in.in @@ -321,7 +321,7 @@ sub build_name_map { $target.'asmprinter', $target.'codegen'] } elsif (defined $NAME_MAP{$...