From: Adrian Prantl Date: Tue, 30 Jun 2015 02:34:37 +0000 (+0000) Subject: Add two missing arguments. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e5042070b8b0db35e497cfe088c3f067b29cb370;p=clang Add two missing arguments. 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 --- diff --git a/unittests/CodeGen/BufferSourceTest.cpp b/unittests/CodeGen/BufferSourceTest.cpp index b2a8ba5808..e80e83bd28 100644 --- a/unittests/CodeGen/BufferSourceTest.cpp +++ b/unittests/CodeGen/BufferSourceTest.cpp @@ -62,6 +62,8 @@ TEST(BufferSourceTest, EmitCXXGlobalInitFunc) { CreateLLVMCodeGen( compiler.getDiagnostics(), "EmitCXXGlobalInitFuncTest", + compiler.getHeaderSearchOpts(), + compiler.getPreprocessorOpts(), compiler.getCodeGenOpts(), llvm::getGlobalContext())));