Summary: Needed to move a bunch of files around to make this happen. Notably, moving "preanal.ml" outside of checkers/ into backend/ since it needs to modify the proc desc in the summary. Also hoisting goes to cost/. Reviewed By: skcho Differential Revision: D21407069 fbshipit-source-id: ebb9b78ecmaster
parent
221e7bd6b4
commit
92f258c8fe
@ -0,0 +1,14 @@
|
||||
; Copyright (c) Facebook, Inc. and its affiliates.
|
||||
;
|
||||
; This source code is licensed under the MIT license found in the
|
||||
; LICENSE file in the root directory of this source tree.
|
||||
|
||||
(library
|
||||
(name checkers)
|
||||
(public_name infer.checkers)
|
||||
(flags
|
||||
(:standard -open Core -open OpenSource -open InferIR -open InferStdlib -open IStd -open InferGenerated
|
||||
-open InferBase -open Absint -open Biabduction -open Bo -open Pulselib))
|
||||
(libraries base64 core ocamlgraph InferStdlib InferGenerated InferBase InferIR absint biabduction bo pulselib)
|
||||
(preprocess (pps ppx_compare))
|
||||
)
|
Loading…
Reference in new issue