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>


[ROCm/ROCR-Runtime commit: bd2d9770f7]
This commit is contained in:
Kent Russell
2024-06-24 16:51:48 -04:00
committed by Chris Freehill
parent b6e18ceeae
commit 856c8d3e10
@@ -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"