Let's try clang++.

This commit is contained in:
Mike Lischke 2016-11-09 13:29:28 +01:00
parent 490604b102
commit 0da507aa1d
1 changed files with 1 additions and 1 deletions

View File

@ -606,7 +606,7 @@ public abstract class BaseCppTest {
static boolean runtimeBuiltOnce = false;
public String execModule(String fileName) {
String compilerPath = "g++"; //locateCompiler();
String compilerPath = "clang++"; //locateCompiler();
String runtimePath = locateRuntime();
String includePath = runtimePath + "/runtime/src";
String binPath = new File(new File(tmpdir), "a.out").getAbsolutePath();