Commit Graph

1 Commits

Author SHA1 Message Date
Volodymyr Sapsai
c976dfb01e Move modulemap to header search directory. NFC intended.
In code we use `#include "swift/Lib/Header.h"` which is located in
"include/swift/Lib/Header.h", so we use "include/" as a header search
path. We should put modulemaps in the same directory and shouldn't rely
on clang to search in immediate subdirectories.

rdar://106677321
2023-05-19 15:04:55 -07:00