[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:
Rintaro Ishizaki
2022-01-21 10:12:08 -08:00
parent 972e3aaf53
commit e775d853d3
2 changed files with 5 additions and 2 deletions

View File

@@ -1,5 +1,3 @@
// REQUIRES: rdar86809003
// RUN: %empty-directory(%t)
// RUN: %empty-directory(%t/out)
// RUN: split-file %s %t