Saleem Abdulrasool
15b8772ae9
swift-stdlib-tool: avoid VLA usage
...
Replace the use of a VLA with a `std::vector`. This applies a RAII to
the allocation, and the allocation is a single instance so the malloc
traffic is not a concern.
2019-10-29 10:18:43 -07:00
Kyle Macomber
f086b9b94f
Update swift-stdlib-tool for Swift 5 ( #27276 )
2019-09-23 14:51:35 -07:00
Alex Langford
5d5d01a2fe
[CMake] Require SWIFT_COMPONENT for add_swift_host_tool
2018-12-14 12:27:53 -08:00
Saleem Abdulrasool
24dd1739d4
swift-stdlib-tool: switch to add_swift_host_tool
...
This tool is only built for the host. Use the add_swift_host_tool
function instead. NFCI.
2018-10-29 11:53:29 -07:00
swift-ci
cc373f9c30
Merge remote-tracking branch 'origin/master' into master-llvm-swift5-transition
2018-01-08 12:27:47 -08:00
Greg Parker
0ddb6c6e3d
[tools] Fix a const cast warning in swift-stdlib-tool.
2018-01-04 18:25:25 -08:00
Bob Wilson
390058972a
[master-next] Use PRIVATE in target_link_libraries for executables
...
This is needed to work with LLVM r319840.
2017-12-06 21:55:22 -08:00
Ted Kremenek
62afb0f4c9
Add sources for swift-stdlib-tool.
2017-03-21 17:53:47 -07:00