diff options
author | Fangrui Song <i@maskray.me> | 2022-01-31 15:41:45 -0800 |
---|---|---|
committer | Fangrui Song <i@maskray.me> | 2022-01-31 15:41:45 -0800 |
commit | 2d5f857a1eaf5f7a806d12953c79b96ed8952da8 (patch) | |
tree | 36ea24a169a5bb0142fd45ca7cd3f67c2f135e79 /llvm/lib/Bitcode/Writer/BitcodeWriter.cpp | |
parent | 8a9e4f245b66b90839bdf34e91cb0901e3260dad (diff) | |
download | llvm-2d5f857a1eaf5f7a806d12953c79b96ed8952da8.zip llvm-2d5f857a1eaf5f7a806d12953c79b96ed8952da8.tar.gz llvm-2d5f857a1eaf5f7a806d12953c79b96ed8952da8.tar.bz2 |
[Bazel] Add include/llvm/Transforms/Utils/ModuleUtils.h to work around layer violation after D116542
There is a layer violation and can break clang -fmodule-name=X -fmodules-strict-decluse builds:
* LLVMTransformUtils has `#include "llvm/Bitcode/BitcodeWriterPass.h"`
* LLVMBitWriter depends on LLVMTransformUtils after D116542
Temporarily work around the issue.
Diffstat (limited to 'llvm/lib/Bitcode/Writer/BitcodeWriter.cpp')
0 files changed, 0 insertions, 0 deletions