Skip to content

Commit f841360

Browse files
authored
docs: fix spelling of underlying (swiftlang#46)
1 parent f2213d1 commit f841360

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

SwiftBuild.docc/Architecture/indexing-support.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ Index-while-Building is controlled via the `INDEX_ENABLE_DATA_STORE` build setti
1515

1616
When enabled, the index data store is populated by the compilers during the build process. The `-index-store-path` flag (both for clang and swiftc) indicates the directory root in which raw index data should be placed. The individual data files written by the compilers are not considered part of the build intermediates or outputs and therefore are not tracked by the dependency system.
1717

18-
> Note: The format and directory structure of the Index Data Store is an implementation detail of the compiler and indexing system. However, it's worth mentioning that the filenames of some of the files within the index data store are based on a hash of the absolute file path of the related translation unit. The compilers accept a `-index-unit-output-path` flag which can be used to base this hash on a relocatable path (which may or may not exist in the underyling filesystem). This is important for distributed systems where part of the raw index data may be generated on a remote server.
18+
> Note: The format and directory structure of the Index Data Store is an implementation detail of the compiler and indexing system. However, it's worth mentioning that the filenames of some of the files within the index data store are based on a hash of the absolute file path of the related translation unit. The compilers accept a `-index-unit-output-path` flag which can be used to base this hash on a relocatable path (which may or may not exist in the underlying filesystem). This is important for distributed systems where part of the raw index data may be generated on a remote server.
1919
2020
### Background Indexing
2121

0 commit comments

Comments
 (0)