tests: remove the now unused option -new-mangling-for-tests

This commit is contained in:
Erik Eckstein
2017-03-22 11:17:16 -07:00
parent 2dc6104cdc
commit c4a11f4c92
496 changed files with 616 additions and 620 deletions

View File

@@ -1,5 +1,5 @@
// RUN: %target-swift-frontend -Xllvm -new-mangling-for-tests -primary-file %s -emit-ir -g -o - | %FileCheck %s
// RUN: %target-swift-frontend -Xllvm -new-mangling-for-tests %s -emit-sil -g -o - | %FileCheck -check-prefix=CHECK-SIL %s
// RUN: %target-swift-frontend -primary-file %s -emit-ir -g -o - | %FileCheck %s
// RUN: %target-swift-frontend %s -emit-sil -g -o - | %FileCheck -check-prefix=CHECK-SIL %s
// Verify that -Onone shadow copies are emitted for debug_value_addr
// instructions.