Adjust for new LLVM BinaryFormat library in r304864.

This commit is contained in:
Bob Wilson
2017-06-10 23:26:38 -07:00
parent 52d14e3f0d
commit 1d40a955d9

View File

@@ -17,7 +17,7 @@
#ifndef SWIFT_BASIC_DWARF_H
#define SWIFT_BASIC_DWARF_H
#include "llvm/Support/Dwarf.h"
#include "llvm/BinaryFormat/Dwarf.h"
namespace swift {
/// The DWARF version emitted by the Swift compiler.