[sledge] Build: Move LLAIR into separate sublibrary

Reviewed By: jvillard

Differential Revision: D21720983

fbshipit-source-id: 531112329
master
Josh Berdine 5 years ago committed by Facebook GitHub Bot
parent 0716b47a78
commit 8abad29200

@ -33,12 +33,25 @@
ppx_sexp_conv ppx_sexp_value) ppx_sexp_conv ppx_sexp_value)
(preprocess no_preprocessing)) (preprocess no_preprocessing))
(subdir
src/llair
(library
(name llair)
(public_name sledge.llair)
(wrapped false)
(libraries nonstdlib)
(flags
(:standard -open NS))
(preprocess
(pps ppx_sledge ppx_trace))
(inline_tests)))
(subdir (subdir
src src
(library (library
(name sledge) (name sledge)
(public_name sledge) (public_name sledge)
(libraries nonstdlib) (libraries nonstdlib llair)
(flags (flags
(:standard -open NS)) (:standard -open NS))
(preprocess (preprocess

Loading…
Cancel
Save