From e5042070b8b0db35e497cfe088c3f067b29cb370 Mon Sep 17 00:00:00 2001 From: Adrian Prantl Date: Tue, 30 Jun 2015 02:34:37 +0000 Subject: [PATCH] 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 --- unittests/CodeGen/BufferSourceTest.cpp | 2 ++ 1 file changed, 2 insertions(+) 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()))); -- 2.40.0