mirror of
https://github.com/capstone-engine/llvm-capstone.git
synced 2025-01-23 01:20:03 +00:00
Add two missing arguments.
I forgot to add this file to r241035. llvm-svn: 241036
This commit is contained in:
parent
e74f525bc9
commit
a106faaf09
@ -62,6 +62,8 @@ TEST(BufferSourceTest, EmitCXXGlobalInitFunc) {
|
||||
CreateLLVMCodeGen(
|
||||
compiler.getDiagnostics(),
|
||||
"EmitCXXGlobalInitFuncTest",
|
||||
compiler.getHeaderSearchOpts(),
|
||||
compiler.getPreprocessorOpts(),
|
||||
compiler.getCodeGenOpts(),
|
||||
llvm::getGlobalContext())));
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user