Skip to content

Commit 561e21d

Browse files
authored
Unrolled build for rust-lang#117675
Rollup merge of rust-lang#117675 - zmodem:vectorize_h, r=durin42 llvm-wrapper: Remove include of non-existant Vectorize.h LLVM recently removed the header: llvm/llvm-project@2400c54 It only contained a declaration of `createLoadStoreVectorizerPass()`, which Rust doesn't reference.
2 parents 118a2de + 752a613 commit 561e21d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

compiler/rustc_llvm/llvm-wrapper/LLVMWrapper.h

-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
#include "llvm/Transforms/IPO.h"
2626
#include "llvm/Transforms/Instrumentation.h"
2727
#include "llvm/Transforms/Scalar.h"
28-
#include "llvm/Transforms/Vectorize.h"
2928

3029
#define LLVM_VERSION_GE(major, minor) \
3130
(LLVM_VERSION_MAJOR > (major) || \

0 commit comments

Comments
 (0)