[PATCH] D148776: [Modules] Move modulemaps to header search directories. NFC intended.

Volodymyr Sapsai via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 19 20:07:44 PDT 2023


vsapsai added inline comments.


================
Comment at: clang/lib/Lex/HeaderSearch.cpp:358-373
+#if ALLOW_SUBDIRECTORY_MODULE_MAP_SEARCH
     // If we've already performed the exhaustive search for module maps in this
     // search directory, don't do it again.
     if (Dir.haveSearchedAllModuleMaps())
       continue;
 
     // Load all module maps in the immediate subdirectories of this search
----------------
Disabling the code with the macro is not intended. Want to show which code is responsible for module map search in subdirectories and which code to disable in case you want to test locally.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D148776/new/

https://reviews.llvm.org/D148776



More information about the llvm-commits mailing list