[PATCH] D10725: Improve testing for the C API
Amaury SECHET via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 13 03:59:37 PST 2016
deadalnix added inline comments.
================
Comment at: tools/llvm-c-test/calc.c:17
@@ -16,3 +16,2 @@
#include "llvm-c-test.h"
-#include "llvm-c/Core.h"
#include <stdio.h>
----------------
echristo wrote:
> Commit this separately if it isn't necessary.
Core is now included in llvm-c-test.h so not needed here anymore.
http://reviews.llvm.org/D10725
More information about the llvm-commits
mailing list