Skip to content

Commit fd49ef1

Browse files
committed
Removed a late added test-case from the tests for #74629
This test-case was generating invalid IR and causing the test to fail. Given that the reviewer initially accepted the change without this test case I feel that it is appropriate to remove this test case, to get the build to pass, and find a way to reimplement this test-case in a later commit.
1 parent a387bce commit fd49ef1

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

clang/test/CodeGenCXX/visibility-dllstorageclass.cpp

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -43,17 +43,6 @@
4343
// RUN: -x c++ %s -S -emit-llvm -o - | \
4444
// RUN: FileCheck %s --check-prefixes=ALL_KEEP
4545

46-
//// Show that omitting -fvisibility-from-dllstorageclass causes the other options to be ignored.
47-
// RUN: %clang_cc1 -triple x86_64-unknown-windows-itanium -fdeclspec \
48-
// RUN: -fvisibility=hidden \
49-
// RUN: -fapply-global-visibility-to-externs \
50-
// RUN: -fvisibility-dllexport=protected \
51-
// RUN: -fvisibility-nodllstorageclass=protected \
52-
// RUN: -fvisibility-externs-dllimport=protected \
53-
// RUN: -fvisibility-externs-nodllstorageclass=protected \
54-
// RUN: -x c++ %s -S -emit-llvm -o - | \
55-
// RUN: FileCheck %s --check-prefixes=ALL_KEEP
56-
5746
// Local
5847
static void l() {}
5948
void use_locals(){l();}

0 commit comments

Comments
 (0)