[LLVMdev] SVN Head Error Building on Mac OS X
Mike Stump
mrs at apple.com
Tue Apr 14 12:03:42 PDT 2009
On Apr 14, 2009, at 9:57 AM, Dale Johannesen wrote:
>>> find-cycles.pl: Circular dependency between *.a files:
>>> find-cycles.pl: libLLVMAsmPrinter.a libLLVMCodeGen.a
>>> libLLVMSelectionDAG.a
>>> llvm[1]: Building llvm-config script.
>>> cat: /Users/criswell/box/x86/llvm22/tools/llvm-config/
>>> FinalLibDeps.txt:
>>> No such file or directory
>>>
>> I managed to fix this by deleting nearly all of the files in my
>> object
>> tree, reconfiguring, and rebuilding.
>>
>> Does anyone know exactly which file I deleted that fixed this?
>
> No, but I've seen this before and know "make clean" fixes it.
make clean doesn't fix the cmake build tree. :-( It does fix the non-
cmake trees however.
More information about the llvm-dev
mailing list