P4 to Git Change 1760618 by slinder1@slinder1-fiji-ocllc on 2019/03/22 19:25:25

SWDEV-155806 - Dump preprocessed source

Affected files ...

... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.cpp#36 edit
... //depot/stg/opencl/drivers/opencl/runtime/device/devprogram.hpp#22 edit
Šī revīzija ir iekļauta:
foreman
2019-03-22 20:13:50 -04:00
vecāks f2e285b0d0
revīzija 34e984bd89
2 mainīti faili ar 60 papildinājumiem un 36 dzēšanām
+1 -2
Parādīt failu
@@ -332,8 +332,7 @@ class Program : public amd::HeapObject {
#if defined(USE_COMGR_LIBRARY)
//! Dump the log data object to the build log, if both are present
amd_comgr_status_t extractBuildLog(const char* buildLog,
amd_comgr_data_set_t dataSet);
void extractBuildLog(const char* buildLog, amd_comgr_data_set_t dataSet);
//! Dump the code object data
amd_comgr_status_t extractByteCodeBinary(const amd_comgr_data_set_t inDataSet,
const amd_comgr_data_kind_t dataKind, const std::string& outFileName,