Skip to content

Commit 0c085c4

Browse files
authored
Fix build breakage when using modules (#168883)
Commit c9f5734 removed the file TargetLibraryInfo.def but did not remove it from the module map.
1 parent b5812c0 commit 0c085c4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

llvm/include/module.modulemap

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ module LLVM_Analysis {
1010

1111
// This is intended for (repeated) textual inclusion.
1212
textual header "llvm/Analysis/ScalarFuncs.def"
13-
textual header "llvm/Analysis/TargetLibraryInfo.def"
1413
textual header "llvm/Analysis/VecFuncs.def"
1514
}
1615

0 commit comments

Comments
 (0)