From a106faaf09091d6a769e8818c24691f9453bcdd5 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. llvm-svn: 241036 --- clang/unittests/CodeGen/BufferSourceTest.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/clang/unittests/CodeGen/BufferSourceTest.cpp b/clang/unittests/CodeGen/BufferSourceTest.cpp index b2a8ba580844..e80e83bd2887 100644 --- a/clang/unittests/CodeGen/BufferSourceTest.cpp +++ b/clang/unittests/CodeGen/BufferSourceTest.cpp @@ -62,6 +62,8 @@ TEST(BufferSourceTest, EmitCXXGlobalInitFunc) { CreateLLVMCodeGen( compiler.getDiagnostics(), "EmitCXXGlobalInitFuncTest", + compiler.getHeaderSearchOpts(), + compiler.getPreprocessorOpts(), compiler.getCodeGenOpts(), llvm::getGlobalContext())));