Skip to content

Commit

Permalink
Add two missing arguments.
Browse files Browse the repository at this point in the history
I forgot to add this file to r241035.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@241036 91177308-0d34-0410-b5e6-96231b3b80d8
  • Loading branch information
adrian-prantl committed Jun 30, 2015
1 parent c849102 commit e504207
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions unittests/CodeGen/BufferSourceTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@ TEST(BufferSourceTest, EmitCXXGlobalInitFunc) {
CreateLLVMCodeGen(
compiler.getDiagnostics(),
"EmitCXXGlobalInitFuncTest",
compiler.getHeaderSearchOpts(),
compiler.getPreprocessorOpts(),
compiler.getCodeGenOpts(),
llvm::getGlobalContext())));

Expand Down

0 comments on commit e504207

Please sign in to comment.