From b48e3782182639d4e59624290f166a84e53300bb Mon Sep 17 00:00:00 2001 From: serge-sans-paille Date: Wed, 26 Jan 2022 08:02:49 -0500 Subject: Cleanup LLVMTextAPI headers Based on the output of iwyu. A full rebuild of llvm-project doesn't exhibit any significant false dependencies. The impact on preprocessed output is larger than expected, given the small amount of changes $ clang++ -E -Iinclude -I../llvm/include ../llvm/lib/TextAPI/*.cpp -std=c++14 -fno-rtti -fno-exceptions | wc -l before: 635319 After: 643716 Discourse thread on the topic: https://llvm.discourse.group/t/include-what-you-use-include-cleanup --- llvm/lib/TextAPI/Architecture.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'llvm/lib/TextAPI/Architecture.cpp') diff --git a/llvm/lib/TextAPI/Architecture.cpp b/llvm/lib/TextAPI/Architecture.cpp index e1901d5..bb349b2 100644 --- a/llvm/lib/TextAPI/Architecture.cpp +++ b/llvm/lib/TextAPI/Architecture.cpp @@ -15,7 +15,7 @@ #include "llvm/ADT/Triple.h" #include "llvm/BinaryFormat/MachO.h" #include "llvm/Support/raw_ostream.h" -#include "llvm/TextAPI/ArchitectureSet.h" +#include "llvm/Support/ErrorHandling.h" namespace llvm { namespace MachO { -- cgit v1.1