Skip to content

Commit 6c88351

Browse files
authored
Fix check-llvm dependencies (#1547)
Signed-off-by: Alexey Bader <[email protected]>
1 parent a69cdda commit 6c88351

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

llvm/test/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ set(LLVM_TEST_DEPENDS
3939
UnitTests
4040
bugpoint
4141
count
42+
file-table-tform
4243
llc
4344
lli
4445
lli-child-target

llvm/tools/file-table-tform/LLVMBuild.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@
1818
type = Tool
1919
name = file-table-tform
2020
parent = Tools
21-
required_libraries =
21+
required_libraries = Support

0 commit comments

Comments
 (0)