We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 22271ab commit 7437e14Copy full SHA for 7437e14
llvm/lib/Passes/PassBuilder.cpp
@@ -238,8 +238,8 @@
238
#include "llvm/Transforms/Instrumentation/PGOCtxProfLowering.h"
239
#include "llvm/Transforms/Instrumentation/PGOForceFunctionAttrs.h"
240
#include "llvm/Transforms/Instrumentation/PGOInstrumentation.h"
241
-#include "llvm/Transforms/Instrumentation/SPIRITTAnnotations.h"
242
#include "llvm/Transforms/Instrumentation/RealtimeSanitizer.h"
+#include "llvm/Transforms/Instrumentation/SPIRITTAnnotations.h"
243
#include "llvm/Transforms/Instrumentation/SanitizerBinaryMetadata.h"
244
#include "llvm/Transforms/Instrumentation/SanitizerCoverage.h"
245
#include "llvm/Transforms/Instrumentation/ThreadSanitizer.h"
0 commit comments