pet.cc:600:20: error: allocating an object of abstract class type 'PragmaValueBoundsHandler'
vb_handler = new PragmaValueBoundsHandler(ctx, *sema);
^
/usr/local/Cellar/llvm/9.0.0/include/clang/Lex/Pragma.h:74:16: note: unimplemented pure virtual method 'HandlePragma' in 'PragmaValueBoundsHandler'
virtual void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer,
^
pet.cc:608:27: error: allocating an object of abstract class type 'PragmaParameterHandler'
PP.AddPragmaHandler(new PragmaParameterHandler(*sema, context,
^
/usr/local/Cellar/llvm/9.0.0/include/clang/Lex/Pragma.h:74:16: note: unimplemented pure virtual method 'HandlePragma' in 'PragmaParameterHandler'
virtual void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer,
^
pet.cc:612:13: error: allocating an object of abstract class type 'PragmaPencilHandler'
PH = new PragmaPencilHandler(independent);
^
/usr/local/Cellar/llvm/9.0.0/include/clang/Lex/Pragma.h:74:16: note: unimplemented pure virtual method 'HandlePragma' in 'PragmaPencilHandler'
virtual void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer,
^
pet.cc:1097:27: error: allocating an object of abstract class type 'PragmaScopHandler'
PP.AddPragmaHandler(new PragmaScopHandler(scops));
^
/usr/local/Cellar/llvm/9.0.0/include/clang/Lex/Pragma.h:74:16: note: unimplemented pure virtual method 'HandlePragma' in 'PragmaScopHandler'
virtual void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer,
^
pet.cc:1098:27: error: allocating an object of abstract class type 'PragmaEndScopHandler'
PP.AddPragmaHandler(new PragmaEndScopHandler(scops));
^
/usr/local/Cellar/llvm/9.0.0/include/clang/Lex/Pragma.h:74:16: note: unimplemented pure virtual method 'HandlePragma' in 'PragmaEndScopHandler'
virtual void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer,
^
pet.cc:1099:27: error: allocating an object of abstract class type 'PragmaLiveOutHandler'
PP.AddPragmaHandler(new PragmaLiveOutHandler(*sema,
^
/usr/local/Cellar/llvm/9.0.0/include/clang/Lex/Pragma.h:74:16: note: unimplemented pure virtual method 'HandlePragma' in 'PragmaLiveOutHandler'
virtual void HandlePragma(Preprocessor &PP, PragmaIntroducer Introducer,
Hello,This is Hengjie. I am very interested in using pluto to tile my stencil application.I met some errors during my installation. It would help a lot if you could share some insights. Thank you!I am trying to build the master branch of Pluto (latest commit 3c3149d) on Mac. The compiler is gcc and g++ of Apple LLVM version 10.0.0.The configure is successful but I got the following errors during compilation: