[sledge] Simplify build for models

Reviewed By: jvillard

Differential Revision: D20322878

fbshipit-source-id: 1e5b06d6b
master
Josh Berdine 5 years ago committed by Facebook Github Bot
parent 8880dd48eb
commit c47199e31c

1
sledge/.gitignore vendored

@ -5,7 +5,6 @@
/lib/dune
/lib/import/dune
/llvm/
/model/dune
/test/*/*.bc
/test/*/*.bc.err
/test/*/*.bc.out

@ -1,17 +1,8 @@
(* -*- tuareg -*- *)
(*
* 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.
*)
; 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.
let deps = []
;;
Jbuild_plugin.V1.send
@@ Format.sprintf
{|
(rule
(targets cxxabi.bc)
(deps cxxabi.cpp Makefile llair_intrinsics.h)
@ -29,9 +20,4 @@ Jbuild_plugin.V1.send
(library
(name model)
(public_name sledge.model)
(libraries %s)
%s)
|}
(libraries deps)
(flags `lib deps)
(public_name sledge.model))
Loading…
Cancel
Save