File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -289,7 +289,7 @@ if(NOT EXISTS "${CLANG_MAIN_INCLUDE_DIR}/clang/AST/Decl.h")
289289endif ()
290290
291291# This could be computed using ${CMAKE_CFG_INTDIR} if we want to link Swift
292- # against a mathing LLVM build configuration. However, we usually want to be
292+ # against a matching LLVM build configuration. However, we usually want to be
293293# flexible and allow linking a debug Swift against optimized LLVM.
294294set (LLVM_RUNTIME_OUTPUT_INTDIR "${LLVM_BINARY_DIR} " )
295295set (LLVM_LIBRARY_OUTPUT_INTDIR "${LLVM_LIBRARY_DIR} " )
Original file line number Diff line number Diff line change 9797 This rule does not imply that indices should be cheap to convert to actual
9898 integers. The offsets for consecutive elements could be non-consecutive
9999 (e.g., in a hash table with open addressing), or consist of multiple
100- offsets so that the conversion to an integer is non-trival (e.g., in a
100+ offsets so that the conversion to an integer is non-trivial (e.g., in a
101101 tree).
102102
103103 Note that this rule, like all other rules, is an "as if" rule. As long as
You can’t perform that action at this time.
0 commit comments