Skip to content

Commit

Permalink
[Modules] Move modulemaps to header search directories. NFC intended.
Browse files Browse the repository at this point in the history
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
  • Loading branch information
vsapsai committed May 3, 2023
1 parent 3aaf0be commit 24f36a2
Show file tree
Hide file tree
Showing 15 changed files with 823 additions and 820 deletions.
4 changes: 0 additions & 4 deletions clang/include/clang-c/module.modulemap

This file was deleted.

199 changes: 0 additions & 199 deletions clang/include/clang/module.modulemap

This file was deleted.

0 comments on commit 24f36a2

Please sign in to comment.