diff options
author | Richard Howell <rhow@fb.com> | 2020-11-06 10:04:28 -0800 |
---|---|---|
committer | Nathan Lanza <nathan@lanza.io> | 2020-11-06 13:15:08 -0500 |
commit | 137ff7331705179c83533a074d800c481b7df1ac (patch) | |
tree | 6819e04d580d52c1d0a34d509717a0421fba0cef /llvm/lib/Transforms/Utils/LoopUtils.cpp | |
parent | b9c353fabb3276c9ec1c202f28559d37c8092739 (diff) | |
download | llvm-137ff7331705179c83533a074d800c481b7df1ac.zip llvm-137ff7331705179c83533a074d800c481b7df1ac.tar.gz llvm-137ff7331705179c83533a074d800c481b7df1ac.tar.bz2 |
[lldb] add a missing dependency on intrinsics_gen
Sometimes builds will fail with errors like:
```
In file included from /build/external/llvm-project/lldb/source/Symbol/SwiftASTContext.cpp:52:
In file included from /build/external/swift/include/swift/IRGen/Linking.h:22:
In file included from /build/external/swift/include/swift/SIL/SILFunction.h:24:
In file included from /build/external/swift/include/swift/SIL/SILBasicBlock.h:23:
In file included from /build/external/swift/include/swift/SIL/SILInstruction.h:21:
In file included from /build/external/swift/include/swift/AST/Builtins.h:24:
**/build/external/llvm-project/llvm/include/llvm/IR/Attributes.h:74:14: fatal error: 'llvm/IR/Attributes.inc' file not found**
**^~~~~~~~~~~~~~~~~~~~~~~~**
```
This change ensures the `Attributes.inc` file is generated before building `SwiftASTContext.cpp`.
Differential Revision: https://reviews.llvm.org/D90857
Diffstat (limited to 'llvm/lib/Transforms/Utils/LoopUtils.cpp')
0 files changed, 0 insertions, 0 deletions