kfdtest: Add required LLVM header

A function call was refactored out of CommandLine.h, so add the header
to include it

Change-Id: If5594e3abc2fdfdd59f108c4379802cedab127ee
Signed-off-by: Kent Russell <kent.russell@amd.com>
Signed-off-by: Chris Freehill <cfreehil@amd.com>
This commit is contained in:
Kent Russell
2024-06-24 16:51:48 -04:00
committed by Chris Freehill
parent 42df8b2b34
commit bd2d9770f7
+3
View File
@@ -69,6 +69,9 @@
#else
#include <llvm/Support/TargetRegistry.h>
#endif
#if LLVM_VERSION_MAJOR > 18
#include "llvm/Support/ManagedStatic.h"
#endif
#include <linux/elf.h>
#include "OSWrapper.hpp"