mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-16 17:16:42 +00:00

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
8 lines
270 B
Plaintext
8 lines
270 B
Plaintext
module LLVM_Extern_CodeGenTypes_Gen {}
|
|
module LLVM_Extern_Config_Def {}
|
|
module LLVM_Extern_IR_Attributes_Gen {}
|
|
module LLVM_Extern_IR_Intrinsics_Gen {}
|
|
module LLVM_Extern_IR_Intrinsics_Enum {}
|
|
module LLVM_Extern_Utils_DataTypes {}
|
|
module LLVM_Extern_TargetParser_Gen {}
|