[K/N] Add objc-related clang options to cinterop executable tests
^KT-63287
This commit is contained in:
committed by
Space Team
parent
d450c1e91f
commit
6cff71e7d1
+1
@@ -34,6 +34,7 @@ abstract class AbstractNativeCInteropExecutableTest : AbstractNativeSimpleTest()
|
|||||||
listOf(
|
listOf(
|
||||||
"-compiler-option", "-I$testDataDir",
|
"-compiler-option", "-I$testDataDir",
|
||||||
"-Xcompile-source", mFile.absolutePath,
|
"-Xcompile-source", mFile.absolutePath,
|
||||||
|
"-Xsource-compiler-option", "-fobjc-arc",
|
||||||
"-Xsource-compiler-option", "-DNS_FORMAT_ARGUMENT(A)=",
|
"-Xsource-compiler-option", "-DNS_FORMAT_ARGUMENT(A)=",
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user