summaryrefslogtreecommitdiff
path: root/llvm/include/module.install.modulemap
AgeCommit message (Collapse)Author
2024-05-01[AArch64] Changes missing from cfca97742723 (#90314)Tomas Matheson
2023-05-03[Modules] Move modulemaps to header search directories. NFC intended.Volodymyr Sapsai
In code we use `#include "llvm/Lib/Header.h"` which is located in "llvm/include/llvm/Lib/Header.h", so we use "llvm/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 Differential Revision: https://reviews.llvm.org/D148776