commit | 63889f99af6ebccc56b0da365c4aa72cea22b982 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brian@peloton-tech.com> | Fri Nov 27 01:33:56 2015 -0500 |
committer | Brian Silverman <brian@peloton-tech.com> | Fri Nov 27 18:26:19 2015 -0500 |
tree | 6abcbdf9a0a622429168004a0d9f0d62982065dd | |
parent | 516ceb2c7eebc10b9163e5e04792b2eb264ac1d2 [diff] [blame] |
Add the various sanitizers from the GYP setup Everything doesn't build and many tests don't pass, but the basics are there. Change-Id: I6d1219077318d9e168a81d9c3f620a8f77c97c96
diff --git a/tools/cpp/empty_main.c b/tools/cpp/empty_main.c new file mode 100644 index 0000000..79996de --- /dev/null +++ b/tools/cpp/empty_main.c
@@ -0,0 +1,3 @@ +// Used by //tools/build_rules:empty_main.bzl. + +int main() {}