[swift-users] what is the use of "-frontend" argument to swift?

2017-12-05 Thread Atul Sowani via swift-users
Hi, What is the purpose of "-frontend -c" arguments of swift? I tried "swift --help" but that does not mention it. Also I couldn't find it easily in any swift documents. Can somebody kindly let me know the purpose of these arguments? Thanks, Atul. ___ s

Re: [swift-users] what is the use of "-frontend" argument to swift?

2017-12-05 Thread Atul Sowani via swift-users
gt; swift/Option/Options.td#L576 > > ...which will give an object file as output rather than the default, an > executable. > > -Kyle > > On Dec 5, 2017, at 1:49 AM, Atul Sowani via swift-users < > swift-users@swift.org> wrote: > > Hi, > > What is the purpose o

[swift-users] Need some help understanding test behavior.

2017-12-14 Thread Atul Sowani via swift-users
Hi, I am trying to understand behavior of Swift test case Sanitizers/tsan.swift. When I run Swift test suite, this test case generates corresponding test script as follows: set -o pipefail;{ /root/swift-source/buildbot_incremental/swift-linux-powerpc64le/bin/swiftc -target powerpc64le-unknown-lin