util: LLVM test code compilation fix
This change removes an unnecessary "#ifndef __puma" from the LLVM disassembler test code and fixes compilation with the latest AspectC++ binaries. Change-Id: Ibe835a4a6df69255555c668985f15b9cf8fb82b4
This commit is contained in:
@ -1,4 +1,3 @@
|
||||
#ifndef __puma
|
||||
#include "../LLVMDisassembler.hpp"
|
||||
|
||||
using namespace llvm;
|
||||
@ -69,4 +68,3 @@ int main(int argc, char* argv[]) {
|
||||
std::cout << std::endl;
|
||||
}
|
||||
}
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user