mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[SourceKit] Ignore LLVM arguments in 'compile' request
LLVM arguments processing is a process global state. At this point, there's no way to localize it to a CompilerInstance. For now, ignore any LLVM arguemnts, so options from another compilation doesn't affect other compilations. rdar://86809003
This commit is contained in:
@@ -1,5 +1,3 @@
|
||||
// REQUIRES: rdar86809003
|
||||
|
||||
// RUN: %empty-directory(%t)
|
||||
// RUN: %empty-directory(%t/out)
|
||||
// RUN: split-file %s %t
|
||||
|
||||
Reference in New Issue
Block a user