diff options
| author | Dimitry Andric <dim@FreeBSD.org> | 2015-07-05 14:23:59 +0000 |
|---|---|---|
| committer | Dimitry Andric <dim@FreeBSD.org> | 2015-07-05 14:23:59 +0000 |
| commit | c192b3dcffd5e672a2b2e1730e2440febb4fb192 (patch) | |
| tree | ac719b5984165053bf83d71142e4d96b609b9784 /unittests/CodeGen/BufferSourceTest.cpp | |
| parent | 2e645aa5697838f16ec570eb07c2bee7e13d0e0b (diff) | |
Diffstat (limited to 'unittests/CodeGen/BufferSourceTest.cpp')
| -rw-r--r-- | unittests/CodeGen/BufferSourceTest.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/unittests/CodeGen/BufferSourceTest.cpp b/unittests/CodeGen/BufferSourceTest.cpp index b2a8ba580844..e80e83bd2887 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()))); |
