Summary: Needed to move some "Differential" files out of the way. This makes sense I think: backend/ is only about orchestrating the various checkers. Reviewed By: ngorogiannis Differential Revision: D21431968 fbshipit-source-id: 14fad8b88master
parent
0f95d16ac1
commit
3bc350331d
@ -0,0 +1,18 @@
|
|||||||
|
; 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 backend)
|
||||||
|
(public_name infer.backend)
|
||||||
|
(flags
|
||||||
|
(:standard
|
||||||
|
-open Core -open InferStdlib -open IStd -open OpenSource -open InferGenerated
|
||||||
|
-open InferBase -open InferIR -open Absint -open Biabduction -open Bo -open Nullsafe
|
||||||
|
-open Pulselib -open Checkers -open Costlib -open Quandary -open TOPL
|
||||||
|
-open Concurrency -open Labs))
|
||||||
|
(libraries core InferStdlib InferGenerated InferBase InferIR absint biabduction nullsafe bo
|
||||||
|
checkers costlib quandary TOPL concurrency labs)
|
||||||
|
(preprocess (pps ppx_compare ppx_fields_conv))
|
||||||
|
)
|
Loading…
Reference in new issue