
Move plugin source and cmake files into separate directory. Typically cmake targets in LLVM have a single target per directory. This change brings this unittest more inline with that structure. Reviewed By: thakis Differential Revision: https://reviews.llvm.org/D140588
3 lines
77 B
C
3 lines
77 B
C
#define TEST_PLUGIN_NAME "TestPlugin"
|
|
#define TEST_PLUGIN_VERSION "0.1-unit"
|