We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d69f3f commit 92fab6bCopy full SHA for 92fab6b
.travis.yml
@@ -18,7 +18,7 @@ matrix:
18
sudo: required
19
dist: trusty
20
env:
21
- - LLVM_API_VERSION=7
+ - LLVM_API_VERSION=8
22
before_install:
23
- export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig:"${PKG_CONFIG_PATH}"
24
- wget -O - http://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
Sources/cllvm/shim.h
@@ -18,6 +18,7 @@
#include <llvm-c/LinkTimeOptimizer.h>
#include <llvm-c/lto.h>
#include <llvm-c/Object.h>
+#include <llvm-c/OptRemarks.h>
#include <llvm-c/OrcBindings.h>
#include <llvm-c/Support.h>
#include <llvm-c/Target.h>
0 commit comments