Fix hipclang argument in CI (#171)

Bu işleme şunda yer alıyor:
Eiden Yoshida
2020-02-18 13:17:52 -07:00
işlemeyi yapan: GitHub
ebeveyn edb863de62
işleme 428f1f1555
+1 -1
Dosyayı Görüntüle
@@ -9,7 +9,7 @@ def runCompileCommand(platform, project, jobName)
def command = """#!/usr/bin/env bash
set -x
cd ${project.paths.project_build_prefix}
LD_LIBRARY_PATH=/opt/rocm/hcc/lib CXX= ${project.paths.build_command} -t {hipclangArgs}
LD_LIBRARY_PATH=/opt/rocm/hcc/lib CXX= ${project.paths.build_command} -t ${hipclangArgs}
"""
platform.runCommand(this,command)