]> granicus.if.org Git - clang/commitdiff
Add two missing arguments.
authorAdrian Prantl <aprantl@apple.com>
Tue, 30 Jun 2015 02:34:37 +0000 (02:34 +0000)
committerAdrian Prantl <aprantl@apple.com>
Tue, 30 Jun 2015 02:34:37 +0000 (02:34 +0000)
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

index b2a8ba580844ee434680abab3cc6971a4b8c8739..e80e83bd2887061548487360c6fe0aa3464fd5aa 100644 (file)
@@ -62,6 +62,8 @@ TEST(BufferSourceTest, EmitCXXGlobalInitFunc) {
         CreateLLVMCodeGen(
             compiler.getDiagnostics(),
             "EmitCXXGlobalInitFuncTest",
+            compiler.getHeaderSearchOpts(),
+            compiler.getPreprocessorOpts(),
             compiler.getCodeGenOpts(),
             llvm::getGlobalContext())));