From fc49a6b28f4dcec083d043ead9c455687edf9538 Mon Sep 17 00:00:00 2001 From: Ben Sander Date: Fri, 14 Oct 2016 23:45:13 -0500 Subject: [PATCH] Add LLVM/LC version info Change-Id: I6d0f49c75777744dbbca255d45681ed663b401c0 [ROCm/hip commit: 165c58c3db54abe97a4399878c60ec4df27c7016] --- projects/hip/bin/hipconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/hip/bin/hipconfig b/projects/hip/bin/hipconfig index 4d1695b316..1d344dc909 100755 --- a/projects/hip/bin/hipconfig +++ b/projects/hip/bin/hipconfig @@ -129,6 +129,7 @@ if (!$printed or $p_full) { print ("HSA_PATH : $HSA_PATH\n"); print ("HCC_HOME : $HCC_HOME\n"); system("$HCC_HOME/bin/hcc --version"); + system("$HCC_HOME/compiler/bin/llc --version"); print ("HCC-cxxflags : "); system("$HCC_HOME/bin/hcc-config --cxxflags"); print ("HCC-ldflags : ");