[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/dune
/lib/import/dune /lib/import/dune
/llvm/ /llvm/
/model/dune
/test/*/*.bc /test/*/*.bc
/test/*/*.bc.err /test/*/*.bc.err
/test/*/*.bc.out /test/*/*.bc.out

@ -1,17 +1,8 @@
(* -*- tuareg -*- *) ; Copyright (c) Facebook, Inc. and its affiliates.
(* ;
* 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.
* 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 (rule
(targets cxxabi.bc) (targets cxxabi.bc)
(deps cxxabi.cpp Makefile llair_intrinsics.h) (deps cxxabi.cpp Makefile llair_intrinsics.h)
@ -29,9 +20,4 @@ Jbuild_plugin.V1.send
(library (library
(name model) (name model)
(public_name sledge.model) (public_name sledge.model))
(libraries %s)
%s)
|}
(libraries deps)
(flags `lib deps)
Loading…
Cancel
Save