Add -Xexpect-actual-linker to the directives parsing
This commit is contained in:
committed by
Pavel Punegov
parent
aa659475f1
commit
10484fbb29
@@ -220,6 +220,10 @@ class RunExternalTestGroup extends JavaExec {
|
|||||||
line.split(" ").toList().forEach { flags.add("-Xopt-in=$it") }
|
line.split(" ").toList().forEach { flags.add("-Xopt-in=$it") }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
def expectActualLinker = findLinesWithPrefixesRemoved(text, "// EXPECT_ACTUAL_LINKER")
|
||||||
|
if (expectActualLinker.size() != 0) {
|
||||||
|
flags.add("-Xexpect-actual-linker")
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
static String markMutableObjects(String text) {
|
static String markMutableObjects(String text) {
|
||||||
|
|||||||
Reference in New Issue
Block a user