Let's try clang++.
This commit is contained in:
parent
490604b102
commit
0da507aa1d
|
@ -606,7 +606,7 @@ public abstract class BaseCppTest {
|
||||||
static boolean runtimeBuiltOnce = false;
|
static boolean runtimeBuiltOnce = false;
|
||||||
|
|
||||||
public String execModule(String fileName) {
|
public String execModule(String fileName) {
|
||||||
String compilerPath = "g++"; //locateCompiler();
|
String compilerPath = "clang++"; //locateCompiler();
|
||||||
String runtimePath = locateRuntime();
|
String runtimePath = locateRuntime();
|
||||||
String includePath = runtimePath + "/runtime/src";
|
String includePath = runtimePath + "/runtime/src";
|
||||||
String binPath = new File(new File(tmpdir), "a.out").getAbsolutePath();
|
String binPath = new File(new File(tmpdir), "a.out").getAbsolutePath();
|
||||||
|
|
Loading…
Reference in New Issue