Add hcc-config info to --full

[ROCm/clr commit: 39c5f0f610]
This commit is contained in:
Ben Sander
2016-02-03 09:48:44 -06:00
förälder c94c562f26
incheckning 3ce8ed9f4c
+4
Visa fil
@@ -78,6 +78,10 @@ if ($p_full) {
print "== hcc\n";
print ("HCC_HOME : $HCC_HOME\n");
system("$HCC_HOME/bin/hcc --version");
print ("HCC-cxxflags: ");
system("$HCC_HOME/bin/hcc-config --cxxflags");
print ("HCC-ldflags : ");
system("$HCC_HOME/bin/hcc-config --ldflags");
}
if ($HIP_PLATFORM eq "nvcc") {
print "\n" ;