summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAdrian Prantl <aprantl@apple.com>2015-06-30 02:34:37 +0000
committerAdrian Prantl <aprantl@apple.com>2015-06-30 02:34:37 +0000
commita106faaf09091d6a769e8818c24691f9453bcdd5 (patch)
tree9eb063c013a93a1919405dff04db77be9589dd03
parente74f525bc974f8c34cc991e8bfae3f64c59c5748 (diff)
downloadbcm5719-llvm-a106faaf09091d6a769e8818c24691f9453bcdd5.tar.gz
bcm5719-llvm-a106faaf09091d6a769e8818c24691f9453bcdd5.zip
Add two missing arguments.
I forgot to add this file to r241035. llvm-svn: 241036
-rw-r--r--clang/unittests/CodeGen/BufferSourceTest.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/clang/unittests/CodeGen/BufferSourceTest.cpp b/clang/unittests/CodeGen/BufferSourceTest.cpp
index b2a8ba58084..e80e83bd288 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())));
OpenPOWER on IntegriCloud