about summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/Linker.cpp
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2023-12-06 22:23:25 +0000
committerbors <bors@rust-lang.org>2023-12-06 22:23:25 +0000
commit8235469e48a0642a349f35f9f6d6480d1482fbe0 (patch)
tree3f91c4c8f04ce0423fa3d78fd6c98fd2ebd0c31e /compiler/rustc_llvm/llvm-wrapper/Linker.cpp
parent1fdfe1234795a289af1088aefa92ef80191cb611 (diff)
parent3c1357ca6b32fef50ab0d16d50fa54168c384cd6 (diff)
downloadrust-8235469e48a0642a349f35f9f6d6480d1482fbe0.tar.gz
rust-8235469e48a0642a349f35f9f6d6480d1482fbe0.zip
Auto merge of #118687 - matthiaskrgr:rollup-317ztgu, r=matthiaskrgr
Rollup of 6 pull requests

Successful merges:

 - #117981 (Remove deprecated `--check-cfg` syntax)
 - #118177 (Suppress warnings in LLVM wrapper when targeting MSVC)
 - #118317 (tip for define macro name after `macro_rules!`)
 - #118504 (Enforce `must_use` on associated types and RPITITs that have a must-use trait in bounds)
 - #118660 (rustc_arena: add `alloc_str`)
 - #118681 (Fix is_foreign_item for StableMIR instance )

r? `@ghost`
`@rustbot` modify labels: rollup
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/Linker.cpp')
-rw-r--r--compiler/rustc_llvm/llvm-wrapper/Linker.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/rustc_llvm/llvm-wrapper/Linker.cpp b/compiler/rustc_llvm/llvm-wrapper/Linker.cpp
index 8766e96f086..533df0f75f8 100644
--- a/compiler/rustc_llvm/llvm-wrapper/Linker.cpp
+++ b/compiler/rustc_llvm/llvm-wrapper/Linker.cpp
@@ -1,3 +1,4 @@
+#include "SuppressLLVMWarnings.h"
 #include "llvm/Linker/Linker.h"
 
 #include "LLVMWrapper.h"