Skip to content

Commit c4a11f4

Browse files
committedMar 22, 2017
tests: remove the now unused option -new-mangling-for-tests
1 parent 2dc6104 commit c4a11f4

File tree

496 files changed

+616
-620
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

496 files changed

+616
-620
lines changed
 

‎lib/Basic/Mangler.cpp

-4
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,6 @@
2121
using namespace swift;
2222
using namespace Mangle;
2323

24-
llvm::cl::opt<bool> MangleForTests(
25-
"new-mangling-for-tests", llvm::cl::init(false),
26-
llvm::cl::desc("Use new mangling for compiler tests"));
27-
2824
#ifndef NDEBUG
2925

3026
llvm::cl::opt<bool> PrintSwiftManglingStats(

‎test/ClangImporter/attr-swift_private.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// RUN: %build-clang-importer-objc-overlays
33

44
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk-nosource -I %t) -I %S/Inputs/custom-modules -typecheck %s -verify -verify-ignore-unknown
5-
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk-nosource -I %t) -Xllvm -new-mangling-for-tests -I %S/Inputs/custom-modules -emit-ir %s -D IRGEN | %FileCheck %s
5+
// RUN: %target-swift-frontend(mock-sdk: %clang-importer-sdk-nosource -I %t) -I %S/Inputs/custom-modules -emit-ir %s -D IRGEN | %FileCheck %s
66

77
// RUN: %target-swift-ide-test(mock-sdk: %clang-importer-sdk-nosource -I %t) -I %S/Inputs/custom-modules -print-module -source-filename="%s" -module-to-print SwiftPrivateAttr > %t.txt
88
// RUN: %FileCheck -check-prefix=GENERATED-NEGATIVE %s < %t.txt

0 commit comments

Comments
 (0)