[LLVMbugs] [Bug 983] llvm-config build order can break build with parallel build
bugzilla-daemon at cs.uiuc.edu
bugzilla-daemon at cs.uiuc.edu
Mon Nov 6 10:05:29 PST 2006
http://llvm.org/bugs/show_bug.cgi?id=983
sabre at nondot.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|REOPENED |RESOLVED
Resolution| |INVALID
------- Additional Comments From sabre at nondot.org 2006-11-06 12:05 -------
The build in general only works if you do a top-level build. This is what the logic in llvm/Makefile is all
about. Use of make -C or 'makellvm' is only safe if you "know what you're doing". Otherwise, do a top-
level build always.
-Chris
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
More information about the llvm-bugs
mailing list