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 00c86b7 commit f567a89Copy full SHA for f567a89
instrumentation/SanitizerCoverageLTO.so.cc
@@ -20,6 +20,8 @@
20
#if LLVM_VERSION_MAJOR < 17
21
#include "llvm/ADT/Triple.h"
22
#include "llvm/Analysis/EHPersonalities.h"
23
+#else
24
+ #include "llvm/IR/EHPersonalities.h"
25
#endif
26
#include "llvm/Analysis/PostDominators.h"
27
#include "llvm/Analysis/ValueTracking.h"
instrumentation/SanitizerCoveragePCGUARD.so.cc
@@ -16,6 +16,8 @@
16
17
18
19
#include "llvm/IR/CFG.h"
0 commit comments