Fix modules build after MatrixBuilder patch
authorRaphael Isemann <teemperor@gmail.com>
Wed, 4 Mar 2020 17:01:45 +0000 (09:01 -0800)
committerRaphael Isemann <teemperor@gmail.com>
Wed, 4 Mar 2020 17:03:34 +0000 (09:03 -0800)
commit8673def9c1dbecfc9f0dc50518c545fa20921f99
tree6b308588b0900e7efb32e49ebbe2d0414729ad67
parenta2fe17cdc6501ca0a18218487fc35afef4f5f17a
Fix modules build after MatrixBuilder patch

The addition of MatrixBuilder.h broke the modules build:
```
While building module 'LLVM_intrinsic_gen' imported from llvm-project/llvm/lib/IR/AbstractCallSite.cpp:19:
While building module 'LLVM_IR' imported from llvm-project/llvm/include/llvm/IR/Argument.h:19:
In file included from <module-includes>:6:
llvm-project/llvm/include/llvm/IR/MatrixBuilder.h:19:10: fatal error: cyclic dependency in module 'LLVM_intrinsic_gen': LLVM_intrinsic_gen -> LLVM_IR -> LLVM_intrinsic_gen
         ^
While building module 'LLVM_intrinsic_gen' imported from llvm-project/llvm/lib/IR/AbstractCallSite.cpp:19:
In file included from <module-includes>:1:
llvm-project/llvm/include/llvm/IR/Argument.h:19:10: fatal error: could not build module 'LLVM_IR'
 ~~~~~~~~^~~~~~~~~~~~~~~~~
llvm-project/llvm/lib/IR/AbstractCallSite.cpp:19:10: fatal error: could not build module 'LLVM_intrinsic_gen'
 ~~~~~~~~^~~~~~~~~~~~~~~~~~~~
```
llvm/include/llvm/module.modulemap