llvm-project/lldb/source
Richard Howell 137ff73317 [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
2020-11-06 13:15:08 -05:00
..
API Return actual type from SBType::GetArrayElementType 2020-11-03 10:53:44 -08:00
Breakpoint [lldb][NFC] Use llvm::is_contained instead of std::find in a few places 2020-08-13 14:11:28 +02:00
Commands [trace][intel-pt] Implement the basic decoding functionality 2020-11-05 18:38:03 -08:00
Core [trace][intel-pt] Implement the basic decoding functionality 2020-11-05 18:38:03 -08:00
DataFormatters [lldb][NFC] Remove FormatMap 2020-07-23 18:34:59 +02:00
Expression [lldb] Delete Value::Vector class 2020-11-04 10:21:56 +01:00
Host [lldb] [Host/{free,net}bsd] Fix process matching by name 2020-11-03 09:45:50 +01:00
Initialization [lldb] Always record both the working and home directory. 2020-09-02 20:53:11 -07:00
Interpreter Mark the execution of stop-hooks as non-interactive. 2020-10-29 14:41:53 -07:00
Plugins [trace][intel-pt] Implement the basic decoding functionality 2020-11-05 18:38:03 -08:00
Symbol [lldb] add a missing dependency on intrinsics_gen 2020-11-06 13:15:08 -05:00
Target [trace][intel-pt] Implement the basic decoding functionality 2020-11-05 18:38:03 -08:00
Utility [lldb] Improve RegisterValue::GetScalarValue 2020-11-04 14:53:06 +01:00
CMakeLists.txt Remove HAVE_VCS_VERSION_INC, not needed 2020-10-29 13:09:05 -07:00
lldb.cpp Remove HAVE_VCS_VERSION_INC, not needed 2020-10-29 13:09:05 -07:00