http://llvm.org/bugs/show_bug.cgi?id=12039
Peter Zotov <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED CC| |[email protected] Resolution|--- |WORKSFORME --- Comment #1 from Peter Zotov <[email protected]> --- I believe the root of the bug lied in buildsystem being confused about the location of the source directory. META.llvm would have to be copied to build tree from source tree by configure -- by AC_CONFIG_FILES([bindings/ocaml/llvm/META.llvm]). It's done unconditionally, so there is no way autodetection would lead to META.llvm being missing. I'm unable to reproduce this on 3.6svn, probably because autoconf upgrades since 2012 fixed this. If this problem reoccurs, please reopen. -- You are receiving this mail because: You are on the CC list for the bug.
_______________________________________________ LLVMbugs mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs
