diff options
| author | Adrian Prantl <aprantl@apple.com> | 2015-06-30 02:34:37 +0000 |
|---|---|---|
| committer | Adrian Prantl <aprantl@apple.com> | 2015-06-30 02:34:37 +0000 |
| commit | a106faaf09091d6a769e8818c24691f9453bcdd5 (patch) | |
| tree | 9eb063c013a93a1919405dff04db77be9589dd03 | |
| parent | e74f525bc974f8c34cc991e8bfae3f64c59c5748 (diff) | |
| download | bcm5719-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.cpp | 2 |
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()))); |

