mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Added -debug-assert-immediately and -debug-crash-immediately, which cause an llvm_unreachable or LLVM_BUILTIN_TRAP to execute during argument parsing. Added -debug-assert-after-parse and -debug-crash-after-parse, which cause an llvm_unreachable or LLVM_BUILTIN_TRAP to execute after calling CompilerInstance::performParse(). This fixes <rdar://problem/16013025>. Swift SVN r13653
24 KiB
24 KiB