[llvm] 114d19e - DwarfGenerator.cpp - fix implicit FileSystem.h dependency. NFC.
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 23 05:07:34 PDT 2020
Author: Simon Pilgrim
Date: 2020-06-23T13:07:18+01:00
New Revision: 114d19eb3c77c6c99d44f7b3b1a0091128ee15a5
URL: https://github.com/llvm/llvm-project/commit/114d19eb3c77c6c99d44f7b3b1a0091128ee15a5
DIFF: https://github.com/llvm/llvm-project/commit/114d19eb3c77c6c99d44f7b3b1a0091128ee15a5.diff
LOG: DwarfGenerator.cpp - fix implicit FileSystem.h dependency. NFC.
Added:
Modified:
llvm/unittests/DebugInfo/DWARF/DwarfGenerator.cpp
Removed:
################################################################################
diff --git a/llvm/unittests/DebugInfo/DWARF/DwarfGenerator.cpp b/llvm/unittests/DebugInfo/DWARF/DwarfGenerator.cpp
index 80814f23d5b3..5d53c0d31bdf 100644
--- a/llvm/unittests/DebugInfo/DWARF/DwarfGenerator.cpp
+++ b/llvm/unittests/DebugInfo/DWARF/DwarfGenerator.cpp
@@ -27,6 +27,7 @@
#include "llvm/MC/MCSubtargetInfo.h"
#include "llvm/MC/MCTargetOptionsCommandFlags.h"
#include "llvm/Pass.h"
+#include "llvm/Support/FileSystem.h"
#include "llvm/Support/LEB128.h"
#include "llvm/Support/TargetRegistry.h"
#include "llvm/Support/raw_ostream.h"
More information about the llvm-commits
mailing list