mirror of
https://github.com/Gericom/teak-llvm.git
synced 2025-06-26 23:09:03 -04:00

This allows code indexing, etc. to use the VFS in the same way as the compiler. llvm-svn: 206309
5 lines
94 B
C
5 lines
94 B
C
@import BaseModuleNeedsVFS;
|
|
inline void module_needs_vfs(void) {
|
|
base_module_needs_vfs();
|
|
}
|