summary refs log tree commit diff
path: root/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
diff options
context:
space:
mode:
authorklensy <klensy@users.noreply.github.com>2023-04-05 15:08:17 +0300
committerklensy <klensy@users.noreply.github.com>2023-04-05 15:08:17 +0300
commitc0bc00174f0b033a689a12c108f0abddc3420f9f (patch)
tree098b7e8cc8be95e64f858eae3dac9063034e6b8d /compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
parentf41e711b7eb3831ca986aca4b70e627703704a8f (diff)
downloadrust-c0bc00174f0b033a689a12c108f0abddc3420f9f.tar.gz
rust-c0bc00174f0b033a689a12c108f0abddc3420f9f.zip
review
Diffstat (limited to 'compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp')
-rw-r--r--compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp b/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
index 578bc3ea642..29e5b7d494d 100644
--- a/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
+++ b/compiler/rustc_llvm/llvm-wrapper/RustWrapper.cpp
@@ -1137,7 +1137,7 @@ extern "C" void LLVMRustWriteValueToString(LLVMValueRef V,
 }
 
 // LLVMArrayType function does not support 64-bit ElementCount
-// FIXME: replace with LLVMArrayType2
+// FIXME: replace with LLVMArrayType2 when bumped minimal version to llvm-17
 // https://github.com/llvm/llvm-project/commit/35276f16e5a2cae0dfb49c0fbf874d4d2f177acc
 extern "C" LLVMTypeRef LLVMRustArrayType(LLVMTypeRef ElementTy,
                                          uint64_t ElementCount) {