Skip to content

Commit 437cfa7

Browse files
compnerdbob-wilson
authored andcommitted
IRGen: adjust for SVN r348827
CodeGenOptions.h was moved from Frontend to Basic.
1 parent 40e2a7c commit 437cfa7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/IRGen/IRGenModule.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
#include "clang/Lex/PreprocessorOptions.h"
3535
#include "clang/Lex/HeaderSearch.h"
3636
#include "clang/Lex/HeaderSearchOptions.h"
37-
#include "clang/Frontend/CodeGenOptions.h"
37+
#include "clang/Basic/CodeGenOptions.h"
3838
#include "llvm/IR/IRBuilder.h"
3939
#include "llvm/IR/Constants.h"
4040
#include "llvm/IR/DataLayout.h"

0 commit comments

Comments
 (0)