[PATCH] D13426: Move types in the LLVM C API from Core to Support
Peter Collingbourne via llvm-commits
llvm-commits at lists.llvm.org
Tue Dec 15 13:59:19 PST 2015
pcc added a subscriber: pcc.
================
Comment at: bindings/go/llvm/analysis.go:17
@@ -16,2 +16,3 @@
/*
+#include "llvm-c/Core.h"
#include "llvm-c/Analysis.h" // If you are getting an error here read bindings/go/README.txt
----------------
Please keep these lines sorted. The `#include "llvm-c/Analysis.h"` line in particular should come first here as the compiler will error on the first missing LLVM header.
http://reviews.llvm.org/D13426
More information about the llvm-commits
mailing list