Summary: - inferbo introduced a dependency to extlib. When building Java analyzers, this is implicitly pulled in by javalib, but it's missing when building only the clang analyzers. Add `extlib` to the packages we build against. - infer.ml and Javac.ml depend on Javalib, but it's easy to push down the code that needs it to `jMain.ml` so that we can build without javalib for the clang-only case. - jMain.mli had 2 copies: one in java/ and one in java_stubs/. Make one a symlink to the other. Reviewed By: jeremydubreil Differential Revision: D4566581 fbshipit-source-id: 214a4ebmaster
parent
8948b08bf2
commit
451adc7949
@ -1,13 +0,0 @@
|
|||||||
(*
|
|
||||||
* Copyright (c) 2009 - 2013 Monoidics ltd.
|
|
||||||
* Copyright (c) 2013 - present Facebook, Inc.
|
|
||||||
* All rights reserved.
|
|
||||||
*
|
|
||||||
* This source code is licensed under the BSD style license found in the
|
|
||||||
* LICENSE file in the root directory of this source tree. An additional grant
|
|
||||||
* of patent rights can be found in the PATENTS file in the same directory.
|
|
||||||
*)
|
|
||||||
|
|
||||||
open! IStd
|
|
||||||
|
|
||||||
val main: 'a -> unit
|
|
@ -0,0 +1 @@
|
|||||||
|
../java/jMain.mli
|
Loading…
Reference in new issue