From b773203fb58f3ef282fb69c832d8710cab5bc82d Mon Sep 17 00:00:00 2001 From: patrick Date: Sun, 27 Jan 2019 16:42:12 +0000 Subject: Import LLVM 7.0.1 release including clang, lld and lldb. --- gnu/llvm/lib/Transforms/Utils/StripNonLineTableDebugInfo.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gnu/llvm/lib/Transforms/Utils/StripNonLineTableDebugInfo.cpp') diff --git a/gnu/llvm/lib/Transforms/Utils/StripNonLineTableDebugInfo.cpp b/gnu/llvm/lib/Transforms/Utils/StripNonLineTableDebugInfo.cpp index cd0378e0140..8956a089a99 100644 --- a/gnu/llvm/lib/Transforms/Utils/StripNonLineTableDebugInfo.cpp +++ b/gnu/llvm/lib/Transforms/Utils/StripNonLineTableDebugInfo.cpp @@ -9,7 +9,7 @@ #include "llvm/IR/DebugInfo.h" #include "llvm/Pass.h" -#include "llvm/Transforms/IPO.h" +#include "llvm/Transforms/Utils.h" using namespace llvm; namespace { -- cgit v1.2.3-59-g8ed1b