diff options
| author | Chandler Carruth <chandlerc@gmail.com> | 2014-03-06 00:22:29 +0000 |
|---|---|---|
| committer | Chandler Carruth <chandlerc@gmail.com> | 2014-03-06 00:22:29 +0000 |
| commit | 7c582545a4ea3e6fafc59173f15bbf2c64c68661 (patch) | |
| tree | 5979406d986c00302887674d510eea7adc071629 | |
| parent | 12664a0b1779cea6f739a3fb1b606fd4a903eb6a (diff) | |
| download | bcm5719-llvm-7c582545a4ea3e6fafc59173f15bbf2c64c68661.tar.gz bcm5719-llvm-7c582545a4ea3e6fafc59173f15bbf2c64c68661.zip | |
[Layering] Update include for the move of DIBuilder.h to the IR library
in LLVM r203038.
llvm-svn: 203039
| -rw-r--r-- | clang/lib/CodeGen/CGDebugInfo.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/CodeGen/CGDebugInfo.h b/clang/lib/CodeGen/CGDebugInfo.h index 166fc6c5b63..d544bd34072 100644 --- a/clang/lib/CodeGen/CGDebugInfo.h +++ b/clang/lib/CodeGen/CGDebugInfo.h @@ -20,8 +20,8 @@ #include "clang/Basic/SourceLocation.h" #include "clang/Frontend/CodeGenOptions.h" #include "llvm/ADT/DenseMap.h" -#include "llvm/DIBuilder.h" #include "llvm/DebugInfo.h" +#include "llvm/IR/DIBuilder.h" #include "llvm/IR/ValueHandle.h" #include "llvm/Support/Allocator.h" |

