Skip to content

Commit 4171a33

Browse files
committed
[DTLTO][ELF][COFF][MachO] Add archive support for DTLTO - Addressed review comments from Tobias.
1 parent 09c2b99 commit 4171a33

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

cross-project-tests/CMakeLists.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ set(CROSS_PROJECT_TEST_DEPS
2020
check-gdb-llvm-support
2121
count
2222
llvm-ar
23-
llvm-ar
2423
llvm-config
2524
llvm-dwarfdump
2625
llvm-objdump
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
//===- Dtlto.h - Distributed ThinLTO functions and classes ----*- C++ -*-===//
1+
//===- DTLTO.h - Distributed ThinLTO functions and classes ----*- C++ -*-===//
22
//
33
// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44
// See https://llvm.org/LICENSE.txt for license information.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
//
1313
//===----------------------------------------------------------------------===//
1414

15-
#include "llvm/DTLTO/Dtlto.h"
15+
#include "llvm/DTLTO/DTLTO.h"
1616

1717
#include "llvm/ADT/SmallString.h"
1818
#include "llvm/ADT/StringExtras.h"

llvm/lib/LTO/LTO.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
#include "llvm/CGData/CodeGenData.h"
2727
#include "llvm/CodeGen/Analysis.h"
2828
#include "llvm/Config/llvm-config.h"
29-
#include "llvm/DTLTO/Dtlto.h"
29+
#include "llvm/DTLTO/DTLTO.h"
3030
#include "llvm/IR/AutoUpgrade.h"
3131
#include "llvm/IR/DiagnosticPrinter.h"
3232
#include "llvm/IR/Intrinsics.h"

0 commit comments

Comments
 (0)